diff options
author | Joshua Peek <josh@joshpeek.com> | 2009-12-14 15:55:05 -0600 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2009-12-14 15:55:05 -0600 |
commit | 819a353c444569b7db7d0795dc3b40c745c5bc17 (patch) | |
tree | a600f2e0ac5182f8a0da42fae71f65d28e8cf7c4 /actionpack | |
parent | 1c52bca2664457af5c004545f90c1eb3d47c487c (diff) | |
download | rails-819a353c444569b7db7d0795dc3b40c745c5bc17.tar.gz rails-819a353c444569b7db7d0795dc3b40c745c5bc17.tar.bz2 rails-819a353c444569b7db7d0795dc3b40c745c5bc17.zip |
Hush AP test suite
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/Rakefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile index 99bdcc95fa..863daa4b44 100644 --- a/actionpack/Rakefile +++ b/actionpack/Rakefile @@ -31,7 +31,6 @@ Rake::TestTask.new(:test_action_pack) do |t| # this will not happen automatically and the tests (as a whole) will error t.test_files = Dir.glob('test/{abstract,controller,dispatch,template}/**/*_test.rb').sort - t.verbose = true # t.warning = true end @@ -45,7 +44,6 @@ desc 'ActiveRecord Integration Tests' Rake::TestTask.new(:test_active_record_integration) do |t| t.libs << 'test' t.test_files = Dir.glob("test/activerecord/*_test.rb") - t.verbose = true end # Genereate the RDoc documentation |