Format spec data with less indent

This commit is contained in:
Maikel Linke
2024-12-20 16:20:33 +11:00
parent edf236778e
commit 0805501445

View File

@@ -254,9 +254,11 @@ RSpec.describe "
context "with overrides" do
let!(:vo) {
create(:variant_override, :on_demand, variant:, hub:, price: 77.77,
default_stock: 1000, resettable: true,
tag_list: ["tag1", "tag2", "tag3"])
create(
:variant_override, :on_demand,
variant:, hub:, price: 77.77, default_stock: 1000, resettable: true,
tag_list: ["tag1", "tag2", "tag3"]
)
}
let!(:vo_no_auth) {
create(:variant_override, variant:, hub: hub2, price: 1, count_on_hand: 2)