Rakefile in vagrant-vcenter-0.3.2 vs Rakefile in vagrant-vcenter-0.3.3

- old
+ new

@@ -1,17 +1,7 @@ require 'rubygems' require 'bundler/setup' +require 'bundler/gem_tasks' require 'rspec/core/rake_task' -# Immediately sync all stdout so that tools like buildbot can -# immediately load in the output. -$stdout.sync = true -$stderr.sync = true - -# Change to the y of this file. -Dir.chdir(File.expand_path('../', __FILE__)) - -Bundler::GemHelper.install_tasks - RSpec::Core::RakeTask.new - -task :default => 'spec' \ No newline at end of file +task :default => 'spec'