vagrant/vagrant-spec.config.example.rb

5 lines
130 B
Ruby

Vagrant::Spec::Acceptance.configure do |c|
c.provider "virtualbox",
box_basic: "/Users/mitchellh/Downloads/package.box"
end