-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does it work with sublime text 3? #255
Comments
WorksForMe™ Sublime Text 3 Build 3083 on Mac OS X 10.10.2 with the following config:
|
Not working for me, though it installed fine. When I run a test, I get:
But I get no test results. |
I've been running on ST3 for years without problems. I don't use the default {
"run_ruby_unit_command": "source /usr/local/opt/chruby/share/chruby/chruby.sh && chruby `cat .ruby-version` && bundle exec ruby -Itest {relative_path}",
"run_single_ruby_unit_command": "source /usr/local/opt/chruby/share/chruby/chruby.sh && chruby `cat .ruby-version` && bundle exec ruby -Itest {relative_path} -n '{test_name}'"
} So it loads the chruby script to load up the correct version of Ruby (which is reads from |
Thanks for the package I depend on it everyday. I tried upgrading to sublime text 3 today, installed this package via package control, tried to run a test, and got a dyld: Symbol not found: in my rvm 2.1.2 pg_ext gem even after setting check for rvm to true in user package settings. Then I tried cloning master into Packages directory but it didn't seem to actually install the package. Is master intended to work with sublime text 3 and how do you install it?
The text was updated successfully, but these errors were encountered: