Rakefile in netsuite-0.8.7 vs Rakefile in netsuite-0.8.8
- old
+ new
@@ -5,10 +5,10 @@
desc 'Default: run specs.'
task :default => :spec
desc 'Run specs'
RSpec::Core::RakeTask.new do |t|
- t.pattern = './spec/**/*_spec.rb'
+ # t.pattern = './spec/**/*_spec.rb'
end
desc 'Generate code coverage'
RSpec::Core::RakeTask.new(:coverage) do |t|
t.rcov = true