aboutsummaryrefslogblamecommitdiffstats
path: root/activesupport/Rakefile
blob: fe8ac1711207791ba7b9982f770191674e2dc305 (plain) (tree)
1
2
3
4
5
6





                              
require 'rake/testtask'

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