Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Apr 26, 2016
1 parent 4e74f67 commit 0f8fc16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/solidus/gateway/braintree_gateway_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@
),
payment_method: payment_method,
payment_method_nonce: nonce,
amount: amount
)
end
let(:amount) { 5.00 }

let(:card) { payment.source }

context 'a customer profile' do
Expand Down

0 comments on commit 0f8fc16

Please sign in to comment.