Allow acceptance specs to be run against different boxes

This commit is contained in:
Fabio Rehm 2013-05-08 19:50:00 -03:00
parent b086c4a38b
commit 2e55585eff

2
spec/Vagrantfile vendored
View file

@ -5,7 +5,7 @@ Vagrant.require_plugin 'vagrant-lxc'
Vagrant.require_plugin 'vagrant-cachier'
Vagrant.configure("2") do |config|
config.vm.box = "quantal64"
config.vm.box = ENV.fetch('BOX_NAME', 'quantal64')
config.vm.hostname = 'lxc-test-box'
config.cache.enable :apt