'Spec/rake/spectask' Errors Doing Rake Db:migrate Apr 29th, 2009 linux, programming, quickie, ruby, web If you get an error similar to the following while running rake db:migrate : 1 2 error no such file to load -- spec/rake/spectask … you need to install the rspec gem : 1 > sudo gem install rspec