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 editors and IDEs allow you to run your test(s)
inline using a shortcut, so you may want to explore that option as
it''s far more convenient/productive than switching to a shell.
Best,
Sidu.
http://c42.in
http://blog.sidu.in
On 15 September 2011 14:31, Aashish Kiran <lists at ruby-forum.com>
wrote:> 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/.
> _______________________________________________
> rspec-users mailing list
> rspec-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>