From 298cbbd3a0a3cd678b9134ad2f998abbb25e51b6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 9 Jan 2005 15:02:39 +0000 Subject: Added the first of the coming core extensions git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@350 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } -- cgit v1.2.3