mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-05 22:26:07 +00:00
Remove reference to FactoryGirl, it's FactoryBot that is used in OFN
This commit is contained in:
@@ -21,7 +21,7 @@ module Spree
|
||||
context "product has other variants" do
|
||||
describe "option value accessors" do
|
||||
before {
|
||||
@multi_variant = FactoryGirl.create :variant, product: variant.product
|
||||
@multi_variant = create(:variant, product: variant.product)
|
||||
variant.product.reload
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user