On Sep 22, 2011, at 2:35 PM, Chandu80 wrote:

> I get the following error when trying to run a spec command on a model
> test.
> 
> The command is :- C:\Rspec Test\spec\models>spec bank_account_spec.rb

The rspec command is designed to be run from the project root. Try:

C:\Rspec Test>spec spec\models\spec bank_account_spec.rb
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to