mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
11987: update mocking save! to save
This commit is contained in:
@@ -14,7 +14,7 @@ RSpec.describe Spree::Core::ProductDuplicator do
|
||||
|
||||
let(:new_product) do
|
||||
double 'New Product',
|
||||
save!: true
|
||||
save: true
|
||||
end
|
||||
|
||||
let(:property) do
|
||||
|
||||
Reference in New Issue
Block a user