mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-03 02:21:33 +00:00
Enable inventory feature for inventory related specs
This commit is contained in:
@@ -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 }
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user