‘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



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

  1. 1 Fird

    Thank you so much!

  2. 2 Shen

    thanks so much!

  3. 3 rc

    It works!

Leave a Reply