Skip to content

Commit

Permalink
i can buy things cheaper now
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesilveira committed Jun 10, 2010
1 parent c9c97c9 commit 8c24cda
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@ def self.run
goal = BuyingProcess.new("Rest", "Calpis")
result = Restfulie::Mikyung.new.achieve(goal).run
result.response.code.should == 200
result.payment.price.should == "50.0"
result.payment.price.should == "410.0"
puts "Goal Achieved"
end
end

0 comments on commit 8c24cda

Please sign in to comment.