Sha256: 8e1aa3654547dca4aa2a42e27d6a6a88e6a810efaac6d19e7bd1c9fd17304b46
Contents?: true
Size: 577 Bytes
Versions: 1
Compression:
Stored size: 577 Bytes
Contents
require 'fileutils' require 'pathname' require 'tmpdir' require 'aruba/cucumber' require 'wrong' World(Wrong) ENV['FIXTURES_DIR'] = Pathname.new(__FILE__). dirname.join('..', 'fixtures').realpath.to_s # https://github.com/cucumber/aruba/pull/144 After do processes.clear end Before do @aruba_timeout_seconds = case defined?(RUBY_ENGINE) && RUBY_ENGINE when 'ruby', nil then 3 when 'jruby' then 20 when 'rbx' then 10 else 5 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vendorificator-0.2.0 | features/support/env.rb |