aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-12-16 11:03:13 -0600
committerJoshua Peek <josh@joshpeek.com>2009-12-16 11:03:13 -0600
commite1ee13e5fb1b6e901eca68070c9fdb0108a5716c (patch)
tree31cc67304cfe0ea93f8e8231e2a4e28c744eae11 /activeresource
parent1ca567e634a20e7f691e637d24b7b6c381342a2d (diff)
downloadrails-e1ee13e5fb1b6e901eca68070c9fdb0108a5716c.tar.gz
rails-e1ee13e5fb1b6e901eca68070c9fdb0108a5716c.tar.bz2
rails-e1ee13e5fb1b6e901eca68070c9fdb0108a5716c.zip
Hush ARes test suite
Diffstat (limited to 'activeresource')
-rw-r--r--activeresource/Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/activeresource/Rakefile b/activeresource/Rakefile
index 6566e84d4c..1f9d0392c1 100644
--- a/activeresource/Rakefile
+++ b/activeresource/Rakefile
@@ -31,7 +31,6 @@ Rake::TestTask.new { |t|
t.libs << activesupport_path if File.directory?(activesupport_path)
t.libs << "test"
t.pattern = 'test/**/*_test.rb'
- t.verbose = true
t.warning = true
}