Rakefile in em-synchrony-1.0.0 vs Rakefile in em-synchrony-1.0.1

- old
+ new

@@ -1,10 +1,8 @@ -require 'bundler' +require 'bundler/gem_tasks' require 'rspec/core/rake_task' -Bundler.setup -Bundler::GemHelper.install_tasks +task :default => [:spec] +task :test => [:spec] desc "Run all RSpec tests" RSpec::Core::RakeTask.new(:spec) - -task :default => :spec \ No newline at end of file