[rspec-users] bundle exec rspec vs rake spec

2010-07-20 Thread Jay
I'm in the process of upgrading my rails app to rails 3 and I'm getting different results from running the 2 commands above. The bundle exec rspec runs my tests correctly, but when I run rake spec it doesn't seem to do anything. I get 0 examples, 0 failures. This is on version 2.0.0.beta.17 of

Re: [rspec-users] bundle exec rspec vs rake spec

2010-07-20 Thread David Chelimsky
On Jul 19, 2010, at 7:51 AM, Jay wrote: I'm in the process of upgrading my rails app to rails 3 and I'm getting different results from running the 2 commands above. The bundle exec rspec runs my tests correctly, but when I run rake spec it doesn't seem to do anything. I get 0 examples, 0