Skip to content

Commit

Permalink
Removing no longer used option for rcov
Browse files Browse the repository at this point in the history
  • Loading branch information
spicycode committed May 15, 2009
1 parent 1c3644b commit bc48dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ begin
Micronaut::RakeTask.new :coverage do |t|
t.pattern = "examples/**/*_example.rb"
t.rcov = true
t.rcov_opts = "--exclude \"examples/*,gems/*,db/*,/Library/Frameworks/*,/Library/Ruby/*,config/*\" --text-summary --sort coverage --no-validator-links"
t.rcov_opts = "--exclude \"examples/*,gems/*,db/*,/Library/Frameworks/*,/Library/Ruby/*,config/*\" --text-summary --sort coverage "
end
end

task :default => 'examples:coverage'
rescue LoadError
puts "Micronaut required to run examples. Install it with: sudo gem install spicycode-micronaut -s http://gems.github.com"
end
end

0 comments on commit bc48dbd

Please sign in to comment.