Use the correct environment.rb path

This commit is contained in:
Jeremy Kemper
2010-02-04 09:42:28 -08:00
parent 23ad1eff0d
commit 2faf94a7af

View File

@@ -1,5 +1,5 @@
begin
require File.expand_path('../vendor/environment', __FILE__)
require File.expand_path('../.bundle/environment', __FILE__)
rescue LoadError
begin
require 'rubygems'
@@ -18,4 +18,4 @@ rescue LoadError
$:.unshift File.expand_path("../#{framework}/lib", __FILE__)
end
end
end
end