spec/frontend_spec.rb in mollie-bank-0.0.2 vs spec/frontend_spec.rb in mollie-bank-0.0.3
- old
+ new
@@ -55,8 +55,8 @@
:paid => 'true'
}
last_response.should be_redirect
follow_redirect!
- last_request.url.should == 'http://example.org/return.html'
+ last_request.url.should == 'http://example.org/return.html?transaction_id=987654'
end
end