ryanb / ruby-warrior

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

Fixed issue #38 #39

Closed goshacmd closed 12 years ago

goshacmd commented 13 years ago

Just fixed issue #38, when specs weren't run correctly, rake spec failed with something like spec/ruby_warrior/units/captive_spec.rb:1:inrequire': no such file to load -- spec/ruby_warrior/units/../../spec_helper (LoadError)`

Now everything goes great 249 examples, 0 failures

ryanb commented 12 years ago

I believe this is fixed now thanks to the RSpec 2.0 pull request.