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