Rakefile in async-container-0.9.0 vs Rakefile in async-container-0.10.0

- old
+ new

@@ -2,9 +2,5 @@ require "rspec/core/rake_task" RSpec::Core::RakeTask.new(:test) task :default => :test - -task :coverage do - ENV['COVERAGE'] = 'y' -end \ No newline at end of file