Sha256: 18dd527d46a1a59567936c4ebe442659d52b98e21dde24a20aeabe935708eb29
Contents?: true
Size: 351 Bytes
Versions: 3
Compression:
Stored size: 351 Bytes
Contents
if ENV['COVERAGE'] require 'simplecov' end 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
chef-vault-2.6.1 | features/support/env.rb |
chef-vault-2.6.0 | features/support/env.rb |
chef-vault-2.5.0 | features/support/env.rb |