vaguerent/vagrant-spec.config.example.rb
Mitchell Hashimoto 3a15cdd8e4 Update README
2013-12-05 14:31:25 -08:00

8 lines
193 B
Ruby

require_relative "test/acceptance/base"
Vagrant::Spec::Acceptance.configure do |c|
c.provider "virtualbox",
box_basic: "<PATH TO MINIMAL BOX>",
contexts: ["provider/virtualbox"]
end