vagrant/vagrant-spec.config.example.rb

8 lines
195 B
Ruby
Raw Normal View History

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.provider "virtualbox",
box: "<PATH TO MINIMAL BOX>",
contexts: ["provider-context/virtualbox"]
2013-12-05 21:19:15 +00:00
end