From 08055014453d3078619245c91cb794ad471eb93b Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 20 Dec 2024 16:20:33 +1100 Subject: [PATCH] Format spec data with less indent --- spec/system/admin/variant_overrides_spec.rb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/spec/system/admin/variant_overrides_spec.rb b/spec/system/admin/variant_overrides_spec.rb index a121f1f707..51b07f5e8b 100644 --- a/spec/system/admin/variant_overrides_spec.rb +++ b/spec/system/admin/variant_overrides_spec.rb @@ -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)