turingschool-examples / ruby-exercises

A collection of exercises to practice various aspects of Ruby
MIT License
237 stars 767 forks source link

Update money_test.rb #10

Closed BobGu closed 9 years ago

BobGu commented 10 years ago

Test that makes sure someone cannot spend more money than the amount they have

kytrinyx commented 10 years ago

:+1:

I think this is a good choice in this case (as opposed to throwing an error).