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