test/acceptance/helper.rb in spring-1.1.2 vs test/acceptance/helper.rb in spring-1.1.3

- old
+ new

@@ -66,10 +66,10 @@ end def env @env ||= { "GEM_HOME" => gem_home.to_s, - "GEM_PATH" => "", + "GEM_PATH" => gem_home.to_s, "HOME" => user_home.to_s, "RAILS_ENV" => nil, "RACK_ENV" => nil, "SPRING_LOG" => log_file.path }