diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-09 15:02:39 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-09 15:02:39 +0000 |
commit | 298cbbd3a0a3cd678b9134ad2f998abbb25e51b6 (patch) | |
tree | 0338d01e52edb59fb8e10e49ce5111ac2cacff6b /activesupport | |
parent | f626aece793eab4a414eeb96a3bb3440e98e05d8 (diff) | |
download | rails-298cbbd3a0a3cd678b9134ad2f998abbb25e51b6.tar.gz rails-298cbbd3a0a3cd678b9134ad2f998abbb25e51b6.tar.bz2 rails-298cbbd3a0a3cd678b9134ad2f998abbb25e51b6.zip |
Added the first of the coming core extensions
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@350 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/Rakefile | 2 |
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' } |