Skip to content

Commit

Permalink
removing rcov for now
Browse files Browse the repository at this point in the history
  • Loading branch information
drusellers authored and rauhryan committed Dec 21, 2011
1 parent fe4f1c7 commit eb1a17e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stint/stint/Rakefile
Expand Up @@ -6,8 +6,8 @@ require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) do |t|
t.pattern = FileList['specs/*_spec.rb', 'specs/*.rspec']
t.rspec_opts = ['--color --format nested']
t.rcov = true
t.rcov_opts = %w{--exclude gems\/,specs\/}
#t.rcov = true
#t.rcov_opts = %w{--exclude gems\/,specs\/}
end

task :default => :spec

0 comments on commit eb1a17e

Please sign in to comment.