Re: [rspec-users] rspec not recognised

2011-09-15 Thread Sidu Ponnappa
If you've installed the gem via bundler, you'll need to either do 'bundle exec rspec' or run the build via rake (do `rake -T | grep spec` to list all the spec related tasks). You should also take a look at http://blog.davidchelimsky.net/2011/07/18/stop-typing-bundle-exec/ In any event, most editor

[rspec-users] rspec not recognised

2011-09-15 Thread Aashish Kiran
Hi, I am using Rails 3 and rspec-rails gem. When try to run rspec spec\models\profile.rb I get result as follows: 'rspec' is not recognized as an internal or external command, Can you help? Thanks, Aashish -- Posted via http://www.ruby-forum.com/. ___