Rakefile in rhoconnect-rb-0.3.2 vs Rakefile in rhoconnect-rb-1.0.0

- old
+ new

@@ -9,13 +9,6 @@ RSpec::Core::RakeTask.new(:spec) do |t| t.rspec_opts = ["-b", "-c", "-fd"] t.pattern = 'spec/**/*_spec.rb' end -desc "Run all specs with rcov" -RSpec::Core::RakeTask.new(:rcov) do |t| - t.rcov = true - t.rcov_opts = ['--exclude', 'spec/*,gems/*'] - t.rspec_opts = ["-b", "-c", "-fd"] -end - task :default => :spec \ No newline at end of file