Sha256: a992831af2dfbe068064db6e5db5c28d6f5116be9d85127112fbb4304d88f745

Contents?: true

Size: 568 Bytes

Versions: 2

Compression:

Stored size: 568 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__))

# This installs the tasks that help with gem creation and
# publishing.
Bundler::GemHelper.install_tasks

# Install the `spec` task so that we can run tests.
RSpec::Core::RakeTask.new

# Default task is to run the unit tests
task :default => "spec"

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
vagrant-cloudstack-1.2.0 Rakefile
vagrant-hp-0.1.0 Rakefile