Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
Remove useless assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Mar 30, 2016
1 parent 20f595f commit f57ad82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/pay_pal_express_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
to receive(:do_express_checkout_payment).
and_return(response)

expect { payment.authorize! }.to_not raise_error
payment.authorize!
end

# Test for #4
Expand Down

0 comments on commit f57ad82

Please sign in to comment.