Sha256: d5d91a13fed6e31d73513a63339d927574efc020e0243d9ef5ba22d7a1953a90

Contents?: true

Size: 414 Bytes

Versions: 4

Compression:

Stored size: 414 Bytes

Contents

require "bundler"
Bundler.setup
Bundler.require :cucumber

$:.unshift(File.dirname(__FILE__) + '/../../lib')
require 'choctop'

Before do
  @tmp_root = File.dirname(__FILE__) + "/../../tmp"
  @home_path = File.expand_path(File.join(@tmp_root, "home"))
  FileUtils.rm_rf   @tmp_root
  FileUtils.mkdir_p @home_path
  ENV['HOME'] = @home_path
  @lib_path = File.expand_path(File.dirname(__FILE__) + '/../../lib')
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
choctop-0.14.1 features/support/env.rb
choctop-0.14.0 features/support/env.rb
choctop-0.13.1 features/support/env.rb
choctop-0.13.0 features/support/env.rb