features/support/env.rb in vagrant-exec-0.1.0 vs features/support/env.rb in vagrant-exec-0.2.0

- old
+ new

@@ -1,5 +1,6 @@ require 'aruba/cucumber' +ENV['VAGRANT_LOG'] = 'info' Before do # VM start takes a long time @aruba_timeout_seconds = 60 end