JNPRAutomate/vagrant-junos

View on GitHub
Rakefile

Summary

Maintainability
Test Coverage
# require 'bundler/gem_tasks' - old way for now

require 'rubygems'
require 'bundler/setup'
require 'rspec/core/rake_task'

# Change to the directory of this file.
Dir.chdir(File.expand_path('../', __FILE__))

# build/install/release
Bundler::GemHelper.install_tasks