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
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