vagrant/vagrant-spec.config.example.rb

13 lines
385 B
Ruby
Raw Normal View History

2014-01-07 18:51:01 +00:00
ENV["VAGRANT_FORCE_PLUGINS"] = "1"
2013-12-05 22:31:25 +00:00
require_relative "test/acceptance/base"
2013-12-05 21:19:15 +00:00
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__)
2013-12-05 21:19:15 +00:00
c.provider "virtualbox",
box: "<PATH TO MINIMAL BOX>",
contexts: ["provider-context/virtualbox"]
2013-12-05 21:19:15 +00:00
end