This commit is contained in:
Pau Perez
2021-04-23 13:25:07 +02:00
parent 679de40a41
commit 451e05985f

View File

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