features/support/env.rb in vagrant-exec-0.4.1 vs features/support/env.rb in vagrant-exec-0.5.0

- old
+ new

@@ -1,9 +1,10 @@ unless `bundle exec vagrant box list`.include?('vagrant_exec') raise 'Box is not added! Run "rake features:bootstrap".' end require 'aruba/cucumber' +require 'pry-byebug' ENV['VAGRANT_LOG'] = 'info' Before do # VM start takes a long time @aruba_timeout_seconds = 60