summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordave.strock@gmail.com2011-06-23 21:08:47 -0500
committerChris Sepic2011-06-28 13:16:29 -0500
commit4a802c59a501cd9a25bedd75bce7ab12f4edf5bc (patch)
tree90dfa791c7fd4b649cca8f64e60231b2ef3537ab
parent8367b64390e33f7991a28efbb213703cdfc89223 (diff)
downloadevernote-4a802c59a501cd9a25bedd75bce7ab12f4edf5bc.tar.bz2
Got rcov working
-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