turingschool-examples / ruby-exercises

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

Fixed broken tests #15

Closed VikiAnn closed 10 years ago

VikiAnn commented 10 years ago

In test_it_can_lay_down, added missing assert In test_after_laying_down_it_is_not_standing, added following: Missing skip Missing initialized Centaur

kytrinyx commented 10 years ago

Nice catch :heart:

novohispano commented 10 years ago

Thanks! :+1: