Sha256: df498db590bd79e186ff5d287f9d7d234c02e4e2b7c1ec55d5a09948b77e1baf
Contents?: true
Size: 538 Bytes
Versions: 3
Compression:
Stored size: 538 Bytes
Contents
$:.unshift(File.expand_path(File.dirname(__FILE__) + '/../../lib')) require 'bundler/setup' require 'engineyard-hudson' Before do @tmp_root = File.dirname(__FILE__) + "/../../tmp" @active_project_folder = @tmp_root @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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
engineyard-hudson-0.3.2 | features/support/env.rb |
engineyard-hudson-0.3.1 | features/support/env.rb |
engineyard-hudson-0.3.0 | features/support/env.rb |