Running the command jruby -S spec gives the following error
No such file, directory, or command -- spec
The location of spec is /usr/bin, which is in the path. Rspec is installed. MRI Ruby can find the script. JRuby can find the rspec gem. So what goes wrong?