Sha256: 0c20179feaa52aaef9ff3c5a1fee8097bba70a158dbb8f4f5311289c06115320

Contents?: true

Size: 452 Bytes

Versions: 10

Compression:

Stored size: 452 Bytes

Contents

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

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

10 entries across 10 versions & 1 rubygems

Version Path
hudson-0.5.0 features/support/env.rb
hudson-0.3.1 features/support/env.rb
hudson-0.3.0 features/support/env.rb
hudson-0.3.0.beta.19 features/support/env.rb
hudson-0.3.0.beta.18 features/support/env.rb
hudson-0.3.0.beta.17 features/support/env.rb
hudson-0.3.0.beta.16 features/support/env.rb
hudson-0.3.0.beta.15 features/support/env.rb
hudson-0.3.0.beta.14 features/support/env.rb
hudson-0.3.0.beta.13 features/support/env.rb