aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/Rakefile
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@plataformatec.com.br>2012-02-03 05:08:46 -0800
committerJosé Valim <jose.valim@plataformatec.com.br>2012-02-03 05:08:46 -0800
commit3395709d75015bd1256f42611661776c17f180ca (patch)
treeb608c8465c2d90363958916f112c7f1d22dc9d22 /activeresource/Rakefile
parentc5512946e0eed19ff5c212ac0618cc693308cf83 (diff)
parentbfb84cfb3eab81d86585632452a60b76eb05db43 (diff)
downloadrails-3395709d75015bd1256f42611661776c17f180ca.tar.gz
rails-3395709d75015bd1256f42611661776c17f180ca.tar.bz2
rails-3395709d75015bd1256f42611661776c17f180ca.zip
Merge pull request #4861 from arunagw/verbose_test_output
Verbose output for tests.
Diffstat (limited to 'activeresource/Rakefile')
-rwxr-xr-xactiveresource/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/activeresource/Rakefile b/activeresource/Rakefile
index 042d9fb0c7..b85d8c7eb5 100755
--- a/activeresource/Rakefile
+++ b/activeresource/Rakefile
@@ -12,6 +12,7 @@ Rake::TestTask.new { |t|
t.libs << "test"
t.pattern = 'test/**/*_test.rb'
t.warning = true
+ t.verbose = true
}
namespace :test do