Parallels/vagrant-parallels

View on GitHub
vagrant-spec.config.example.rb

Summary

Maintainability
A
0 mins
Test Coverage
require_relative 'test/acceptance/base'

Vagrant::Spec::Acceptance.configure do |c|
  c.component_paths << File.expand_path('../test/acceptance', __FILE__)
  c.skeleton_paths << File.expand_path('../test/acceptance/skeletons', __FILE__)

  c.provider 'parallels',
             box:      'ENTER BOX URL',
             contexts: ['provider-context/parallels']
end