We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fce7e5 commit 0f42a29Copy full SHA for 0f42a29
spec/models/payment_spec.rb
@@ -60,7 +60,7 @@
60
61
after { StripeMock.stop }
62
63
- before { TicketPurchase.purchase(conference, user, tickets) }
+ before { TicketPurchase.purchase(conference, user, tickets, ticket_1.price_currency) }
64
65
context 'when the payment is successful' do
66
before { payment.purchase }
0 commit comments