mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Rakefile
This commit is contained in:
parent
5b3f081a97
commit
5aa20ae8c0
1 changed files with 8 additions and 0 deletions
8
Rakefile.rb
Normal file
8
Rakefile.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
require 'rubygems'
|
||||
require 'rake/testtask'
|
||||
|
||||
task :default => :test
|
||||
|
||||
Rake::TestTask.new do |t|
|
||||
t.pattern = "test/*_test.rb"
|
||||
end
|
Loading…
Reference in a new issue