diff options
author | Joshua Peek <josh@joshpeek.com> | 2009-12-16 11:03:13 -0600 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2009-12-16 11:03:13 -0600 |
commit | e1ee13e5fb1b6e901eca68070c9fdb0108a5716c (patch) | |
tree | 31cc67304cfe0ea93f8e8231e2a4e28c744eae11 /activeresource/Rakefile | |
parent | 1ca567e634a20e7f691e637d24b7b6c381342a2d (diff) | |
download | rails-e1ee13e5fb1b6e901eca68070c9fdb0108a5716c.tar.gz rails-e1ee13e5fb1b6e901eca68070c9fdb0108a5716c.tar.bz2 rails-e1ee13e5fb1b6e901eca68070c9fdb0108a5716c.zip |
Hush ARes test suite
Diffstat (limited to 'activeresource/Rakefile')
-rw-r--r-- | activeresource/Rakefile | 1 |
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 } |