1
0
mirror of https://github.com/hashicorp/vagrant.git synced 2026-02-05 06:46:21 +01:00
Files
vagrant/vagrant-spec.config.example.rb
2014-01-17 09:39:20 -08:00

11 lines
349 B
Ruby

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 "virtualbox",
box: "<PATH TO MINIMAL BOX>",
contexts: ["provider-context/virtualbox"]
end