Rakefile in imap-backup-1.2.1 vs Rakefile in imap-backup-1.2.2
- old
+ new
@@ -5,13 +5,5 @@
task :default => :spec
RSpec::Core::RakeTask.new do |t|
t.pattern = 'spec/**/*_spec.rb'
end
-
-if RUBY_VERSION < '1.9'
- RSpec::Core::RakeTask.new('spec:coverage') do |t|
- t.pattern = 'spec/**/*_spec.rb'
- t.rcov = true
- t.rcov_opts = ['--exclude', 'spec/,/gems/,vendor/']
- end
-end