On Nov 24, 2007 9:56 PM, James B. Byrne <[EMAIL PROTECTED]> wrote:
>
> On Sat, November 24, 2007 18:42, David Chelimsky wrote:
>
> > Easier to just do this:
> >
> > spec --help
>
> C:\var\RSpec\depot>spec --help
> 'spec' is not recognized as an internal or external command,
> operable program or batch file.
>
> C:\var\RSpec\depot>ruby script/spec --help # works better
>

That's because you didn't installed rspec as 'gem' beside as plugin:

gem install rspec

that will enable the 'spec' command for you.

HTH,

-- 
Luis Lavena
Multimedia systems
-
Leaders are made, they are not born. They are made by hard effort,
which is the price which all of us must pay to achieve any goal that
is worthwhile.
Vince Lombardi
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to