mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Fix spec
This commit is contained in:
@@ -69,6 +69,7 @@ describe Spree::Order::Checkout do
|
||||
before do
|
||||
order.state = 'address'
|
||||
order.shipments << create(:shipment)
|
||||
order.distributor = build(:distributor_enterprise)
|
||||
order.email = "user@example.com"
|
||||
order.save!
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user