'spec' command not recognized as a command
I have the latest versions of JSpec and Ruby installed. How can I use
the spec command? Not sure what to put in my PATH environment variables.
Thanks!
--
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
rspec...@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users
Aslak
http://groups.google.com/group/jspec
instead
I mean Rspec, not Jspec
> Will C. wrote in post #988062:
>> When I run JSpec, in the command prompt, using the "spec" command, I get
>> this error:
>>
>> 'spec' command not recognized as a command
>>
>> I have the latest versions of JSpec and Ruby installed. How can I use
>> the spec command? Not sure what to put in my PATH environment variables.
>>
>> Thanks!
>
> I mean Rspec, not Jspec
It does help if you use the right words for things ;)
Since RSpec 2.0, the binary command is now `rspec` rather than `spec`.
cheers,
Matt
ma...@mattwynne.net
07974 430184
Oh sry I mean RSpec
Solved---