features/vagrant-exec/validations.feature in vagrant-exec-0.4.0 vs features/vagrant-exec/validations.feature in vagrant-exec-0.4.1
- old
+ new
@@ -5,12 +5,9 @@
I should see proper validation errors
Background:
Given I write to "Vagrantfile" with:
"""
- $LOAD_PATH.unshift File.expand_path('../../../lib', __FILE__)
- require 'vagrant-exec'
-
Vagrant.configure('2') do |config|
config.vm.box = 'vagrant_exec'
config.exec.commands true, directory: nil, prepend: true, env: 0
end
"""