aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r--activesupport/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index fd8e596772..005792b987 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -16,6 +16,7 @@ RUBY_FORGE_USER = "webster132"
task :default => :test
Rake::TestTask.new { |t|
+ t.libs << "test"
t.pattern = 'test/**/*_test.rb'
t.verbose = true
t.warning = true