After updating to Rails 3 and Rspec-rails 2.0, the tasks defined in
rspec.rake do not work anymore. I instead get this, even when running
the rake tasks via ‘bundle exec’:
- You are trying to run an rspec rake task defined in
- /Users/bessieandkyle/code/listsite/lib/tasks/rspec.rake,
- but rspec can not be found in vendor/gems, vendor/plugins or system
gems.
Is there a new way to do this with rspec-rails 2.0 or did I just miss
something (highly likely).
Thanks!