1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/Rakefile
David Heinemeier Hansson 298cbbd3a0 Added the first of the coming core extensions
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@350 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-01-09 15:02:39 +00:00

6 lines
110 B
Ruby

require 'rake/testtask'
task :default => :test
Rake::TestTask.new { |t|
t.pattern = 'test/**/*_test.rb'
}