Sha256: 93b783b245d038317e8aae4fd3eb2a2d56e6ce807cf07ccb12d3ed1503bab755

Contents?: true

Size: 268 Bytes

Versions: 4

Compression:

Stored size: 268 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

# Remove old generated projects
system 'rm -rf tmp/aruba'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pah-0.0.20 features/support/env.rb
pah-0.0.19 features/support/env.rb
pah-0.0.17 features/support/env.rb
pah-0.0.16 features/support/env.rb