This commit is contained in:
Blake Mizerany 2007-11-21 14:56:42 -08:00
parent 5b3f081a97
commit 5aa20ae8c0
1 changed files with 8 additions and 0 deletions

8
Rakefile.rb Normal file
View File

@ -0,0 +1,8 @@
require 'rubygems'
require 'rake/testtask'
task :default => :test
Rake::TestTask.new do |t|
t.pattern = "test/*_test.rb"
end