Rakefile in caren-api-0.4.24 vs Rakefile in caren-api-0.4.25

- old
+ new

@@ -29,11 +29,6 @@ require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = FileList['spec/**/*_spec.rb'] end -RSpec::Core::RakeTask.new(:rcov) do |spec| - spec.pattern = 'spec/**/*_spec.rb' - spec.rcov = true -end - -task :default => :spec \ No newline at end of file +task :default => :spec