spec/real_deploy_spec.rb in engineyard-serverside-1.4.11 vs spec/real_deploy_spec.rb in engineyard-serverside-1.4.12

- old
+ new

@@ -149,10 +149,10 @@ 'framework_env' => 'staging' }) # pretend there is a shared bundled_gems directory FileUtils.mkdir_p(File.join(@deploy_dir, 'shared', 'bundled_gems')) - %w(RUBY_VERSION SYSTEM_VERSION).each do |name| + %w(RUBY_VERSION SYSTEM_VERSION).each do |name| File.open(File.join(@deploy_dir, 'shared', 'bundled_gems', name), "w") { |f| f.write("old\n") } end @binpath = File.expand_path(File.join(File.dirname(__FILE__), '..', 'bin', 'engineyard-serverside')) @deployer = FullTestDeploy.new(config)