Sha256: 51d0ccd56007405d3e7cc72af39f778acddecc728eee6b91163033ebe8d72731
Contents?: true
Size: 349 Bytes
Versions: 2
Compression:
Stored size: 349 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
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
chef-gen-flavors-0.4.0 | features/support/env.rb |
chef-vault-2.4.0 | features/support/env.rb |