I am sorry but it seems like this should be a simple answer.
when i run a any rake command i get the following error:
no such file to load – spec/rake/spectask
i amusing bundler and have the latest rspec installed.
any idea? make dev tough when you can not do any rake tasks…
On Jan 6, 2011, at 7:49 PM, tashfeen.ekram wrote:
I am sorry but it seems like this should be a simple answer.
when i run a any rake command i get the following error:
no such file to load – spec/rake/spectask
See http://relishapp.com/rspec/rspec-core/v/2-4/file/upgrade
require ‘rspec/core/rake_task’
(not require ‘spec/rake/spectask’, which was the location in RSpec-1).
HTH,
David