Sha256: da83feb94bf2ba1e9ed30ae38752d116ffbb10512ed34814aa90f5947619072a
Contents?: true
Size: 688 Bytes
Versions: 3
Compression:
Stored size: 688 Bytes
Contents
$:.unshift(File.expand_path(File.dirname(__FILE__) + '/../../lib')) require 'bundler/setup' require 'engineyard-dns' require 'fog' path = ENV['PATH'] 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 fixture_bin_path = File.expand_path('../../../fixtures/bin', __FILE__) ENV['PATH'] = fixture_bin_path + ":" + path end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
engineyard-dns-1.1.0 | features/support/env.rb |
engineyard-dns-1.0.0 | features/support/env.rb |
engineyard-dns-0.5.0 | features/support/env.rb |