mirror of
https://github.com/github/rails.git
synced 2026-02-05 19:55:14 -05:00
Include functionals in default test run
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3684 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user