vagrant-cachier-ng/spec/acceptance/fixtures/no-cachier-simple.rb
Fabio Rehm 8efb8daf07 Implement some initial sanity checks using Bats
Somehow related to GH-1
2013-08-13 23:51:13 -03:00

6 lines
147 B
Ruby

Vagrant.require_plugin 'vagrant-cachier'
Vagrant.require_plugin 'vagrant-lxc'
Vagrant.configure("2") do |config|
config.vm.box = 'quantal64'
end