I\'m currently going through Michael Hartl\'s RoR tutorial and am stuck on Chapter 3 when trying to run Spork and Guard. When trying to run tests I get:
/bin/s
Now the RubyTest package has a configuration option called "check_for_rvm" that is disabled by default.
You can edit your ~/.config/sublime-text-2/Packages/RubyTest/RubyTest.sublime-settings
file and set it to true
. This worked for me without doing anything else.
Update: If you are using PackageControl you might need to reinstall the RubyTest package, instead of just updating it.