From 4a802c59a501cd9a25bedd75bce7ab12f4edf5bc Mon Sep 17 00:00:00 2001 From: dave.strock@gmail.com Date: Thu, 23 Jun 2011 21:08:47 -0500 Subject: Got rcov working --- Rakefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3