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

update for travis #2

This commit is contained in:
Konstantin Haase 2011-08-18 10:13:18 +02:00
parent 70e33eedbf
commit df1063dca6

View file

@ -3,8 +3,9 @@ require 'open-uri'
require 'yaml'
desc "run specs"
task(:spec) { ruby '-S rspec spec' }
task(:spec) { ruby '-S rspec spec -c' }
task(:test => :spec)
task(:default => :spec)
namespace :doc do
task :readmes do