turingschool-examples / ruby-exercises

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

Add missing skip keyword to final test #56

Closed DanielEFrampton closed 4 years ago

DanielEFrampton commented 5 years ago

Added skip keyword which was missing from final test of money_test.rb, test_cant_spend_money_that_you_dont_have, and breaking the intended TDD workflow. The file now correctly begins with only the first test not being skipped.