Sha256: 837089cba4b68d440c50213623ea708cf4597f79c4e5333f17717df7451db14e

Contents?: true

Size: 383 Bytes

Versions: 12

Compression:

Stored size: 383 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 directory of this file.
Dir.chdir(File.expand_path('../', __FILE__))

Bundler::GemHelper.install_tasks

RSpec::Core::RakeTask.new

task :default => 'spec'

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
vagrant-vcloud-0.4.4 Rakefile
vagrant-vcloud-0.4.3 Rakefile
vagrant-vcloud-0.4.2 Rakefile
vagrant-vcloud-0.4.1 Rakefile
vagrant-vcloud-0.4.0 Rakefile
vagrant-vcloud-0.3.3 Rakefile
vagrant-vcloud-0.3.2 Rakefile
vagrant-vcloud-0.3.1 Rakefile
vagrant-vcloud-0.3.0 Rakefile
vagrant-vcloud-0.2.2 Rakefile
vagrant-vcloud-0.2.1 Rakefile
vagrant-vcloud-0.2.0 Rakefile