1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
This commit is contained in:
Blake Mizerany 2007-11-21 14:56:42 -08:00
parent 5b3f081a97
commit 5aa20ae8c0

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