Sha256: 722442ce743f32fdd6849871211b0d5060fc34843b386b42628ff0ab2de9a317

Contents?: true

Size: 439 Bytes

Versions: 1

Compression:

Stored size: 439 Bytes

Contents

$:.unshift(File.expand_path(File.dirname(__FILE__) + "/../../lib"))
require 'hudson.rb'
require 'bundler/setup'

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hudson-0.3.0.beta.12 features/support/env.rb