Sha256: 675d24aa49eed0991f6531b62d304f2821104a88adcbb0da22b4741b0bc774d9

Contents?: true

Size: 209 Bytes

Versions: 1

Compression:

Stored size: 209 Bytes

Contents

require 'aruba/cucumber'

root = Pathname.new(__FILE__).parent.parent.parent

ENV['PATH'] = "#{root}/features/support/bin#{File::PATH_SEPARATOR}#{ENV['PATH']}"

Before do
  @aruba_timeout_seconds = 60 * 5
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pah-0.0.14 features/support/env.rb