Sha256: b82d99a8eb9444db5e0c19a17d40cd61d87f0e2405faaa5c5445a69159ef1b87

Contents?: true

Size: 374 Bytes

Versions: 9

Compression:

Stored size: 374 Bytes

Contents

require 'rubygems'
require 'bundler/setup'
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'

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
vagrant-vcloudair-0.5.3 Rakefile
vagrant-vcenter-0.3.2 Rakefile
vagrant-vcenter-0.3.1 Rakefile
vagrant-vcenter-0.3.0 Rakefile
vagrant-vcenter-0.2.1 Rakefile
vagrant-vcenter-0.2.0 Rakefile
vagrant-vcenter-0.1.1 Rakefile
vagrant-vcenter-0.1.0 Rakefile
vagrant-vcenter-0.0.2.pre.dev Rakefile