summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index bb2e4a6..5cf5545 100644
--- a/Rakefile
+++ b/Rakefile
@@ -29,6 +29,7 @@ end
RSpec::Core::RakeTask.new(:rcov) do |spec|
spec.pattern = 'spec/**/*_spec.rb'
spec.rspec_opts = %w{ --colour }
+ spec.rcov_opts = %w{ --exclude gems\/,spec\/ -t}
spec.rcov = true
end