Skip to content

Commit

Permalink
fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
szymoniwacz committed Jul 22, 2021
1 parent 0b96050 commit ccfd507
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,7 +1,7 @@
FactoryBot.define do
factory :customer_return, class: Spree::CustomerReturn do
association(:stock_location, factory: :stock_location)
store { Spree::Store.default }
store { create(:store) }

transient do
line_items_count { 1 }
Expand Down

0 comments on commit ccfd507

Please sign in to comment.