Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelss committed Feb 28, 2013
1 parent 00d7f7b commit 479cf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/cielo/authorization_request_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
transaction.authorization.message.should == "Transação autorizada"
transaction.authorization.time.should == Time.parse("2010-07-14 13:56:12")
transaction.authorization.total.should == 100
transaction.authorization.lr.should == 1
transaction.authorization.lr.should == "1"
transaction.authorization.arp.should == "a1b2c3"
transaction.authorization.nsu.should == "5e4d3c"
end
Expand Down

0 comments on commit 479cf6f

Please sign in to comment.