Sha256: 8cd5c73743fd056a06a3404618bc27c0026e8e0e7e8ee8efe7c15d0f971900af
Contents?: true
Size: 501 Bytes
Versions: 4
Compression:
Stored size: 501 Bytes
Contents
$:.unshift(File.expand_path(File.dirname(__FILE__) + '/../../lib')) require 'engineyard-hudson' 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") @fixtures_path = File.expand_path(File.dirname(__FILE__) + "/../../fixtures") FileUtils.rm_rf @tmp_root FileUtils.mkdir_p @home_path ENV['HOME'] = @home_path end
Version data entries
4 entries across 4 versions & 1 rubygems