Add required factory from spree_core

This commit is contained in:
Luis Ramos
2020-08-31 12:10:49 +01:00
parent 4b8515358c
commit 72a39fdf54

View File

@@ -0,0 +1,7 @@
FactoryBot.define do
factory :price, class: Spree::Price do
variant
amount 19.99
currency 'USD'
end
end