提交 38fa9859 编写于 作者: K Kasper Timm Hansen

Merge pull request #24053 from mohitnatoo/rails-dev-cache

using rails dev:cache instead of rake dev:cache in test case
......@@ -15,7 +15,7 @@ def teardown
test 'dev:cache creates file and outputs message' do
Dir.chdir(app_path) do
output = `rake dev:cache`
output = `rails dev:cache`
assert File.exist?('tmp/caching-dev.txt')
assert_match(/Development mode is now being cached/, output)
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册