Sha256: 3d2060653924550acbe1183ad3d950862bc5be0ce093c4d24d5a3db60e17f141
Contents?: true
Size: 345 Bytes
Versions: 19
Compression:
Stored size: 345 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
19 entries across 19 versions & 1 rubygems