Sha256: 0cfe356a4d56cb57989804be359e15c4ef0c260af4eaf528c0f6939ddb5d03a3

Contents?: true

Size: 282 Bytes

Versions: 8

Compression:

Stored size: 282 Bytes

Contents

require 'aruba/cucumber'
require 'pry'

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

8 entries across 8 versions & 1 rubygems

Version Path
pah-0.0.28 features/support/env.rb
pah-0.0.27 features/support/env.rb
pah-0.0.26 features/support/env.rb
pah-0.0.25 features/support/env.rb
pah-0.0.24 features/support/env.rb
pah-0.0.23 features/support/env.rb
pah-0.0.22 features/support/env.rb
pah-0.0.21 features/support/env.rb