Sublime Forum

RubyTest won't run

#1

Hi,

I am trying to run RubyTest and I get this error:

/bin/sh: rspec: command not found

I have read various resolutions on Stackoverflow, GitHub, & this forum. Unfortunately, none of them work for me.

Here is my rspec path when i run which rspec:
/Users/richblumer/.rvm/gems/ruby-1.9.3-p362/bin/rspec

In my RubyTest.sublime-settings file, the rspec settings are as follows:

“run_rspec_command”: “rspec {relative_path}”,
“run_single_rspec_command”: “rspec {relative_path} -l{line_number}”,

I would appreciate any help you can give to resolve this issue.

Cheers,

Rich

0 Likes