From b25395007584a9f68fe040f318e5735ffb5dca82 Mon Sep 17 00:00:00 2001 From: Gaetan Craig-Riou Date: Thu, 5 Jun 2025 19:26:00 +1000 Subject: [PATCH] Add feature flag for variant override specs --- spec/system/admin/variant_overrides_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/admin/variant_overrides_spec.rb b/spec/system/admin/variant_overrides_spec.rb index 2c132f8de2..65abdc5635 100644 --- a/spec/system/admin/variant_overrides_spec.rb +++ b/spec/system/admin/variant_overrides_spec.rb @@ -6,7 +6,7 @@ RSpec.describe " Managing a hub's inventory I want to override the stock level and price of products Without affecting other hubs that share the same products -" do +", feature: :inventory do include AdminHelper include AuthenticationHelper include WebHelper