aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r--activesupport/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index fe8ac17112..4f58b89a20 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -2,5 +2,5 @@ require 'rake/testtask'
task :default => :test
Rake::TestTask.new { |t|
- t.pattern = 'test/*_test.rb'
+ t.pattern = 'test/**/*_test.rb'
}