features/support/env.rb in engineyard-recipes-0.0.3 vs features/support/env.rb in engineyard-recipes-0.1.0

- old
+ new

@@ -8,9 +8,10 @@ @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") + @tmp_recipes_path = "/tmp/ey-recipes" 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