You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After this commit 143625a 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 "./sublime_plugin.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
The text was updated successfully, but these errors were encountered:
After this commit 143625a 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 "./sublime_plugin.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
The text was updated successfully, but these errors were encountered: