Skip to content

Commit

Permalink
Tweak the rcov exclusion patterns again
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyball committed May 19, 2008
1 parent 1f196a0 commit 0fad995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -33,6 +33,6 @@ begin
t.spec_files = FileList['spec/**/*_spec.rb'] t.spec_files = FileList['spec/**/*_spec.rb']
t.spec_opts = ['--color'] t.spec_opts = ['--color']
t.rcov = true t.rcov = true
t.rcov_opts = ['--exclude', '^spec,gems/rspec,gems/rcov'] t.rcov_opts = ['--exclude', '^spec,/gems/']
end end
end end

0 comments on commit 0fad995

Please sign in to comment.