Sha256: 9dd19ae7e234e25f8fec86b210c593eb8e77f7ff663094b0c5f7b5a1a3921a2c

Contents?: true

Size: 400 Bytes

Versions: 1

Compression:

Stored size: 400 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
end

Version data entries

1 entries across 1 versions & 1 rubygems

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