’spec/rake/spectask’ errors doing rake db:migrate

If you get an error similar to the following while running rake db:migrate :

error
no such file to load -- spec/rake/spectask

… you need to install the rspec gem :

> sudo gem install rspec



2 Responses to “’spec/rake/spectask’ errors doing rake db:migrate”  

  1. 1 Fird

    Thank you so much!

  2. 2 Shen

    thanks so much!

Leave a Reply