Skip to content

Commit

Permalink
Don't automatically use RCov in specs
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Jun 7, 2009
1 parent ae2b4e1 commit a6b020f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -27,7 +27,7 @@ Spec::Rake::SpecTask.new("specs") do |t|
$DEBUG = true if ENV['DEBUG']
t.spec_opts = ["--format", "specdoc", "--colour"]
t.spec_files = Dir["spec/**/*_spec.rb"].sort
t.rcov = true
# t.rcov = true
t.rcov_opts = ['-x', '_spec\.rb$,spec_helper\.rb$']
end

Expand Down

0 comments on commit a6b020f

Please sign in to comment.