提交 5d4a023c 编写于 作者: K Kasper Timm Hansen

Merge pull request #24680 from mohitnatoo/rake-dev-cache

using rails dev:cache instead of rake dev:cache
......@@ -34,7 +34,7 @@ def teardown
Dir.chdir(app_path) do
FileUtils.mkdir_p("tmp/pids")
FileUtils.touch("tmp/pids/server.pid")
`rake dev:cache`
`rails dev:cache`
assert_not File.exist?("tmp/pids/server.pid")
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册