Rakefile in netsuite-0.0.23 vs Rakefile in netsuite-0.0.25
- old
+ new
@@ -10,9 +10,8 @@
t.pattern = './spec/**/*_spec.rb'
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', 'spec']
+ t.rcov_opts = ['--exclude', '/gems/,spec']
end