Skip to content

Commit

Permalink
Merge pull request #115 from finventures/ms-fixed-failing-test
Browse files Browse the repository at this point in the history
Fixed broken spec
  • Loading branch information
birarda authored Aug 12, 2016
2 parents 630217c + 42ff29b commit 2a7f517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/fake_braintree/payment_method_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def token_for(month, year)

result = Braintree::PaymentMethod.delete(token)

expect(result).to eq true
expect(result).to be_success

expect {
Braintree::PaymentMethod.find(token)
Expand Down

0 comments on commit 2a7f517

Please sign in to comment.