while running any rake tasks i get the following:
no such file to load – spec/rake/spectask
i do have rspec installed via bundler.
i have been upgrading my app from 2.x to 3.0.3 and in the process i
must have done something to upset this. i have searched all over and
only find the answer of installing the rspec gem which has been done.
any ideas?
thanks!
On Friday, January 7, 2011 7:19:48 PM UTC-5, tashfeen.ekram wrote:
i have been upgrading my app from 2.x to 3.0.3 and in the process i
must have done something to upset this. i have searched all over and
only find the answer of installing the rspec gem which has been done.
If you’ve upgraded from 2.3 to 3.x , try installing RSpec in your app
again:
rails g rspec:install