diff options
Diffstat (limited to 'activeresource')
-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 } |