On Nov 24, 2007, at 8:27 PM, Luis Lavena wrote: > 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. >
Although - watch out. The gem spec is different from the script/spec (if you're running on trunk). The options may also be different. Scott _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
