mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Update OrderMailer spec
This commit is contained in:
@@ -64,7 +64,7 @@ describe Spree::OrderMailer do
|
||||
end
|
||||
|
||||
context "displays line item price" do
|
||||
let(:order) { create(:order_with_totals_and_distribution) }
|
||||
let(:order) { create(:order_with_totals_and_distribution, :completed) }
|
||||
|
||||
specify do
|
||||
confirmation_email = Spree::OrderMailer.confirm_email_for_customer(order)
|
||||
|
||||
Reference in New Issue
Block a user