vagrant/vagrant-spec.config.example.rb

5 lines
130 B
Ruby
Raw Normal View History

2013-12-05 21:19:15 +00:00
Vagrant::Spec::Acceptance.configure do |c|
c.provider "virtualbox",
box_basic: "/Users/mitchellh/Downloads/package.box"
end