From 0f8fc16297fc374b136362c6fdb1566b7391ff29 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Tue, 26 Apr 2016 13:39:15 -0700 Subject: [PATCH] wtf --- spec/solidus/gateway/braintree_gateway_spec.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spec/solidus/gateway/braintree_gateway_spec.rb b/spec/solidus/gateway/braintree_gateway_spec.rb index b8fbef41..e85d1aaf 100644 --- a/spec/solidus/gateway/braintree_gateway_spec.rb +++ b/spec/solidus/gateway/braintree_gateway_spec.rb @@ -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