Sha256: 20eadbcdb44aac8b768ba0b0b704993ec799f5a532cf581b4c98ee512c2e5fac

Contents?: true

Size: 388 Bytes

Versions: 10

Compression:

Stored size: 388 Bytes

Contents

# encoding: utf-8
$LOAD_PATH.unshift File.expand_path('../../../lib', __FILE__)

unless ENV['CI'] == 'true'
  require 'debugger'
  require 'pry'
end

require 'simplecov'
SimpleCov.command_name 'cucumber'

require 'filegen'
include Filegen

require 'aruba'
require 'aruba/in_process'
require 'aruba/cucumber'

Aruba::InProcess.main_class = Filegen::Runner
Aruba.process = Aruba::InProcess

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
filegen-0.4.1 features/support/env.rb
filegen-0.4.0 features/support/env.rb
filegen-0.3.1 features/support/env.rb
filegen-0.3.0 features/support/env.rb
filegen-0.2.3 features/support/env.rb
filegen-0.2.2 features/support/env.rb
filegen-0.2.1 features/support/env.rb
filegen-0.2.0 features/support/env.rb
filegen-0.1.2 features/support/env.rb
filegen-0.1.1 features/support/env.rb