features/support/env.rb in vagrant-exec-0.3.0 vs features/support/env.rb in vagrant-exec-0.3.1

- old
+ new

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