I'm using Sublime Text 2 and installed the RubyTest package. I'm trying to run a test using Command-Shift-R.

I also use rbenv for ruby and have installed gems using Bundler.

The output is:

/bin/sh: rspec: command not found

The console shows the following command was run:

cd '/Users/user/Dropbox/code/app/' && rspec spec/controllers/profile_controller_spec.rb -l 163

When I run that command in Terminal, it works fine. Any why it wouldn't work in Sublime?

link|improve this question

68% accept rate
Probably a PATH issue... – DGM Jan 25 at 16:30
I figured as much but that doesn't help. – user577808 Jan 25 at 17:30
feedback

1 Answer

up vote 4 down vote accepted

How are you starting the sublime?

Following url should help you in starting sublime from terminal, which should fix this problem http://www.sublimetext.com/docs/2/osx_command_line.html

link|improve this answer
I start Sublime from Terminal already. – user577808 Jan 25 at 17:30
I had already aliased it, but I put it in a different location than the article suggested. I went by their suggestions and it worked great. Thanks! – user577808 Jan 25 at 18:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.