Sha256: 2e7863163057f44f7105430b4d8ae19b615e1cb7234adc1ee1aedcf1f662cb58

Contents?: true

Size: 293 Bytes

Versions: 2

Compression:

Stored size: 293 Bytes

Contents

require 'aruba/cucumber'

ENV['PATH'] = "#{File.expand_path(File.dirname(__FILE__) + '/../../bin')}#{File::PATH_SEPARATOR}#{ENV['PATH']}"
LIB_DIR = File.join(File.expand_path(File.dirname(__FILE__)),'..','..','lib')

Before do
  # Increase timeout for Aruba
  @aruba_timeout_seconds = 30
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
working_man-1.2.0 features/support/env.rb
working_man-1.1.0 features/support/env.rb