maltize / sublime-text-2-ruby-tests

Sublime Text 2 plugin for running ruby tests! (Unit, RSpec, Cucumber)
721 stars 119 forks source link

Rspec tests fail to run after run_ruby_test.py update #234

Open jhulford opened 10 years ago

jhulford commented 10 years ago

After this commit 143625a68998d2e7d3cfb7f5d35cd36877580979 my rspec tests fail to run (both ctrl-t and ctrl-r fail)

I had to change line number 233 in run_ruby_test.py to 'if False:' for them to build again.

Here's the console error I'm seeing:

Running /home/jhulford/.rvm/bin/rvm-auto-ruby -S rspec spec/lib/path/to/my_spec.rb:11 Traceback (most recent call last): File "./sublimeplugin.py", line 337, in run File "./exec.py", line 146, in run OSError: [Errno 2] No such file or directory: '/a/dummy/project/path' reloading /home/jhulford/.config/sublime-text-2/Packages/User/RubyTest.last-run