Bundle exec rake test 运行 正常但 rails 测试失败
Bundle exec rake test running fine but rails test fails
rails test:integration
, rails test:controllers
单独 运行 很好但是 运行 rails test
, 它没有抛出错误:
ActionView::Template::Error: ActionView::Template::Error: File to import not found or unreadable: bootstrap-sprockets.
bundle exec rake test
也通过了所有测试
在 运行 rails assets:precompile
之后成功了,不太确定如何。
rails test:integration
, rails test:controllers
单独 运行 很好但是 运行 rails test
, 它没有抛出错误:
ActionView::Template::Error: ActionView::Template::Error: File to import not found or unreadable: bootstrap-sprockets.
bundle exec rake test
也通过了所有测试
在 运行 rails assets:precompile
之后成功了,不太确定如何。