Sha256: b1bf17c092a8aa9764fefa2e1991807ea5cd7a1efa0e3a293e2031b0c5899f9c

Contents?: true

Size: 372 Bytes

Versions: 30

Compression:

Stored size: 372 Bytes

Contents

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

require "rubygems"
require "bundler/setup"
require 'aruba/cucumber'
require File.expand_path(File.dirname(__FILE__) + '/../../spec/spec_helper.rb')

# Aruba.configure do |config|
#   config.before_cmd do |cmd|
#     puts "About to run `#{cmd}`"
#   end
# end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
shelr-0.16.3 features/support/env.rb
shelr-0.16.2 features/support/env.rb
shelr-0.16.1 features/support/env.rb
shelr-0.16.0 features/support/env.rb
shelr-0.15.2 features/support/env.rb
shelr-0.15.1 features/support/env.rb
shelr-0.15.0 features/support/env.rb
shelr-0.14.1 features/support/env.rb
shelr-0.14.0 features/support/env.rb
shelr-0.13.3 features/support/env.rb
shelr-0.13.2 features/support/env.rb
shelr-0.13.1 features/support/env.rb
shelr-0.13.0 features/support/env.rb
shelr-0.12.9 features/support/env.rb
shelr-0.12.8 features/support/env.rb
shelr-0.12.7 features/support/env.rb
shelr-0.12.6 features/support/env.rb
shelr-0.12.5 features/support/env.rb
shelr-0.12.4 features/support/env.rb
shelr-0.12.3 features/support/env.rb