diff options
author | José Valim <jose.valim@plataformatec.com.br> | 2012-02-03 05:08:46 -0800 |
---|---|---|
committer | José Valim <jose.valim@plataformatec.com.br> | 2012-02-03 05:08:46 -0800 |
commit | 3395709d75015bd1256f42611661776c17f180ca (patch) | |
tree | b608c8465c2d90363958916f112c7f1d22dc9d22 /activemodel | |
parent | c5512946e0eed19ff5c212ac0618cc693308cf83 (diff) | |
parent | bfb84cfb3eab81d86585632452a60b76eb05db43 (diff) | |
download | rails-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 'activemodel')
-rwxr-xr-x | activemodel/Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activemodel/Rakefile b/activemodel/Rakefile index c4b020196d..fc5aaf9f8f 100755 --- a/activemodel/Rakefile +++ b/activemodel/Rakefile @@ -8,6 +8,7 @@ Rake::TestTask.new do |t| t.libs << "test" t.test_files = Dir.glob("#{dir}/test/cases/**/*_test.rb").sort t.warning = true + t.verbose = true end namespace :test do |