diff options
-rwxr-xr-x | actionpack/Rakefile | 1 | ||||
-rwxr-xr-x | activerecord/Rakefile | 1 | ||||
-rwxr-xr-x | activesupport/Rakefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/actionpack/Rakefile b/actionpack/Rakefile index bb1e704767..32c7cf3108 100755 --- a/actionpack/Rakefile +++ b/actionpack/Rakefile @@ -19,7 +19,6 @@ Rake::TestTask.new(:test_action_pack) do |t| t.test_files = Dir.glob('test/{abstract,controller,dispatch,template,assertions}/**/*_test.rb').sort t.warning = true - t.verbose = true end namespace :test do diff --git a/activerecord/Rakefile b/activerecord/Rakefile index 98020ad3ab..cc3bc4a94f 100755 --- a/activerecord/Rakefile +++ b/activerecord/Rakefile @@ -48,7 +48,6 @@ end |x| x =~ /\/adapters\// } + Dir.glob("test/cases/adapters/#{adapter_short}/**/*_test.rb")).sort - t.verbose = true t.warning = true } diff --git a/activesupport/Rakefile b/activesupport/Rakefile index 822c9d98ae..be3d3deb41 100755 --- a/activesupport/Rakefile +++ b/activesupport/Rakefile @@ -6,7 +6,6 @@ Rake::TestTask.new do |t| t.libs << 'test' t.pattern = 'test/**/*_test.rb' t.warning = true - t.verbose = true end namespace :test do |