ryanb / ruby-warrior

Game written in Ruby for learning Ruby.
MIT License
3.83k stars 838 forks source link

Upgrade tests to Rspec 2.0 #52

Closed gbataille closed 12 years ago

gbataille commented 12 years ago

Hi Ryan,

Looks like you are not compatible with the RSpec 2.0 that embeds a namespace change among other things.

I used your project to learn this, so I'm not an expert, though now "rake spec" works and seems to be doing what it should.

You seem to have some deprecated usage in your cucumber too. I'll look into that next