Skip to content

Commit

Permalink
comment out rubyforge item and add specdoc format for rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwil committed Jul 29, 2010
1 parent ccb4525 commit e9f1372
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Expand Up @@ -20,7 +20,7 @@ Bones do
email ['kevwil@gmail.com']
url 'http://kevwil.github.com/aspen'
version ENV['VERSION'] || Aspen::VERSION::STRING
rubyforge.name 'aspen'
# rubyforge.name 'aspen'
readme_file 'README'
ignore_file '.gitignore'
depend_on 'rack'
Expand All @@ -36,6 +36,7 @@ Bones do
ruby_opts.clear
ruby_opts << '-Ilib' << '-rubygems'
spec.opts << '--color'
spec.opts << '--format specdoc'
# spec.opts << '--format html:./spec_out.html'
#rcov.threshold 80
rcov.opts << ['--include', 'lib']
Expand Down

0 comments on commit e9f1372

Please sign in to comment.