Include functionals in default test run

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3684 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 91247b61
......@@ -14,7 +14,7 @@ end
desc 'Test all units and functionals'
task :test do
Rake::Task["test:units"].invoke rescue got_error = true
Rake::Task["test:functional"].invoke rescue got_error = true
Rake::Task["test:functionals"].invoke rescue got_error = true
raise "Test failures" if got_error
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册