lib/tasks/rspec.rake in confstruct-0.2.1 vs lib/tasks/rspec.rake in confstruct-0.2.2
- old
+ new
@@ -10,8 +10,6 @@
end
desc "Generate code coverage"
RSpec::Core::RakeTask.new(:coverage) do |t|
t.pattern = "./spec/**/*_spec.rb" # don't need this, it's default.
- t.rcov = true
- t.rcov_opts = ['--exclude', '/gems/,/Library/,/usr/,spec,lib/tasks']
end