Remove reference to FactoryGirl, it's FactoryBot that is used in OFN

This commit is contained in:
Luis Ramos
2020-08-31 12:08:48 +01:00
parent cf7d8067df
commit 4b8515358c

View File

@@ -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
}