Sha256: 60730b3b07866491174e5339d30f388f74de6b81d32b6407a885ab2b3cc2e9d6

Contents?: true

Size: 345 Bytes

Versions: 3

Compression:

Stored size: 345 Bytes

Contents

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
  @aruba_timeout_seconds = 60
end

After do
  # halt VM
  system 'cd tmp/aruba; bundle exec vagrant halt &> /dev/null'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vagrant-exec-0.4.1 features/support/env.rb
vagrant-exec-0.4.0 features/support/env.rb
vagrant-exec-0.3.1 features/support/env.rb