diff options
author | Joshua Peek <josh@joshpeek.com> | 2009-12-16 10:52:52 -0600 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2009-12-16 10:52:52 -0600 |
commit | ee51ddcc2730a19e996069fedbe8c934161c5251 (patch) | |
tree | b800669b5220b9288717e1a28f45ce0cfa857c13 | |
parent | bf6af5f71917b5615edb5905729b22772133eea4 (diff) | |
download | rails-ee51ddcc2730a19e996069fedbe8c934161c5251.tar.gz rails-ee51ddcc2730a19e996069fedbe8c934161c5251.tar.bz2 rails-ee51ddcc2730a19e996069fedbe8c934161c5251.zip |
Hush AS test suite
-rw-r--r-- | activesupport/Rakefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile index 2ada91830f..08af1d6fca 100644 --- a/activesupport/Rakefile +++ b/activesupport/Rakefile @@ -18,7 +18,6 @@ task :default => :test Rake::TestTask.new do |t| t.libs << 'test' t.pattern = 'test/**/*_test.rb' - t.verbose = true t.warning = true end |