browse-everything icon indicating copy to clipboard operation
browse-everything copied to clipboard

rake db:migrate:status fails in test app

Open atz opened this issue 9 years ago • 0 comments

In .internal_test_app, bundle exec rake db:migrate:status gives:

Errno::ENOENT: No such file or directory @ dir_initialize - **/repos/browse-everything/.internal_test_app/db/migrate**

Interestingly, db:migrate runs fine, but we might want to generate an empty dir to support checking status via the common rake task. (Alternatively, we could suppress the task from being available.)

atz avatar Sep 27 '16 18:09 atz