1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
sinatra/Rakefile

9 lines
129 B
Text
Raw Normal View History

2007-11-21 17:56:42 -05:00
require 'rubygems'
require 'rake/testtask'
task :default => :test
Rake::TestTask.new do |t|
t.pattern = "test/*_test.rb"
end