Enable inventory feature for inventory related specs

This commit is contained in:
Gaetan Craig-Riou
2025-06-05 23:14:45 +10:00
parent b253950075
commit a6f0a36b6d
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ RSpec.describe Admin::VariantOverridesController do
end
end
describe "bulk_update" do
describe "bulk_update", feature: :inventory do
context "json" do
let(:format) { :json }
@@ -131,7 +131,7 @@ RSpec.describe Admin::VariantOverridesController do
end
end
describe "bulk_reset" do
describe "bulk_reset", feature: :inventory do
context "json" do
let(:format) { :json }

View File

@@ -2,7 +2,7 @@
require 'system_helper'
RSpec.describe "shopping with variant overrides defined" do
RSpec.describe "shopping with variant overrides defined", feature: :inventory do
include AuthenticationHelper
include WebHelper
include ShopWorkflow