Skip to content

Commit

Permalink
Removed last deprecated should call on test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacristan committed May 28, 2015
1 parent 95db12c commit 04b5ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/active_merchant/billing/first_data/gateway_spec.rb
Expand Up @@ -718,7 +718,7 @@ def enter_credit_card_data(trans_id, params = {}, cassette_prefix = 'submit')
:cardname => "TEST"
})
response_body = submit_form(redirect_uri.to_s, params, cassette_prefix)
response_body.should =~ /PAYMENT TRANSACTION PROCESSING/
expect(response_body).to match /PAYMENT TRANSACTION PROCESSING/

# second, ... form
while response_body =~ /action="([^"]+)/
Expand Down

0 comments on commit 04b5ffc

Please sign in to comment.