aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
blob: 4f58b89a207a0fc7b3cc39d5929f7f34bfecd53f (plain) (blame)
1
2
3
4
5
6
require 'rake/testtask'

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