Sha256: 2b36cab681f516d5f3e59f1ab4e1bc8e72d117782c9eb49e324cd120d7989cc7

Contents?: true

Size: 454 Bytes

Versions: 16

Compression:

Stored size: 454 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

RSpec::Core::RakeTask.new
task :default => 'spec'

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
vagrant-vyos-1.1.12 Rakefile
vagrant-vyos-1.1.10 Rakefile
vagrant-vyos-1.1.9 Rakefile
serverspec-vyos-config-0.2.1 Rakefile
serverspec-vyos-config-0.2.0 Rakefile
vagrant-vyos-1.1.7 Rakefile
vagrant-vyos-1.1.6 Rakefile
vagrant-vyos-1.1.5 Rakefile
serverspec-vyos-config-0.1.3 Rakefile
serverspec-vyos-config-0.1.2 Rakefile
vagrant-vyos-1.1.4 Rakefile
vagrant-vyos-1.1.3 Rakefile
vagrant-vyos-1.1.2 Rakefile
serverspec-vyos-config-0.1.1 Rakefile
serverspec-vyos-config-0.1.0 Rakefile
vagrant-vyos-1.1.1 Rakefile