bundle exec rake test:models throws Errno::EACCES: Permission denied

前端 未结 4 1673
囚心锁ツ
囚心锁ツ 2020-12-19 19:41

I am doing the draft version of the railstutorial, when I try to run bundle exec rake test:models I get this error message:

rake aborted!
Errno:         


        
4条回答
  •  感情败类
    2020-12-19 20:15

    I deleted the old test.sqlite3 and replaced it with a copy of development.sqlite3 and renamed it test.sqlite3, this seems to have solved the problem.

提交回复
热议问题