ryanb / ruby-warrior

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

error running tests/specs #34

Open brownman opened 13 years ago

brownman commented 13 years ago

how can i run the specs?

  1. it run OK when i run: $ spec ./spec/*_/__spec.rb

  2. it fails running: $ rake spec internal:lib/rubygems/custom_require:29:in require': no such file to load -- spec/ruby_warrior/../spec_helper (LoadError) from <internal:lib/rubygems/custom_require>:29:inrequire' from spec/ruby_warrior/ui_spec.rb:1:in `<top (required)>'

  3. suggestion: add Gemfile/GemSpec/.rvmrc

stefanlance commented 10 years ago

Maybe see https://github.com/ryanb/ruby-warrior/issues/64?