On Rails - 5.0.3和Ruby - 2.3.3,当我运行rails test
时,它一直要求我运行迁移。它不保持迁移状态。
尝试以下 -
在test_helper.rb中添加ActiveRecord::Migration.maintain_test_schema!
如上所述here。
有人可以帮忙吗?每次运行测试时,它都非常烦人且运行缓慢。
更新 调试了很多。认为rails / test_help正在创建问题。 如果我评论它,它工作正常。为什么会产生问题?