Sha256: e43a6bdd4acc3422112fc1593dca6dbd3c47911f160ce0dc8f1de26a234b1e7d

Contents?: true

Size: 303 Bytes

Versions: 1

Compression:

Stored size: 303 Bytes

Contents

require 'aruba/cucumber'

# Travis runs tests in a limited environment which takes a long time to invoke
# the knife command.  Up the timeout when we're in a travis build based on the
# environment variable set in .travis.yml
if ENV['TRAVIS_BUILD']
  Before do
    @aruba_timeout_seconds = 15
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chef-vault-2.3.0 features/support/env.rb