aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/Rakefile
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-12-16 11:05:48 -0600
committerJoshua Peek <josh@joshpeek.com>2009-12-16 11:05:48 -0600
commit1ab35020c152575c84d4ca95842d55be307e1fee (patch)
treed4a89b49504bca66c5c5cf46d64cd577ac56ffd8 /activemodel/Rakefile
parentc4df01385273cf47180cb28c0cc6120cc1a097ca (diff)
downloadrails-1ab35020c152575c84d4ca95842d55be307e1fee.tar.gz
rails-1ab35020c152575c84d4ca95842d55be307e1fee.tar.bz2
rails-1ab35020c152575c84d4ca95842d55be307e1fee.zip
Hush AMo test suite
Diffstat (limited to 'activemodel/Rakefile')
-rwxr-xr-xactivemodel/Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/activemodel/Rakefile b/activemodel/Rakefile
index 1f4a8466c9..f098ce0671 100755
--- a/activemodel/Rakefile
+++ b/activemodel/Rakefile
@@ -15,7 +15,6 @@ task :default => :test
Rake::TestTask.new do |t|
t.libs << "#{dir}/test"
t.test_files = Dir.glob("#{dir}/test/cases/**/*_test.rb").sort
- t.verbose = true
t.warning = true
end