Apparently we can't get away from adding lib to the load path

This commit is contained in:
José Valim 2013-02-25 20:42:36 -07:00
parent 882f2da956
commit 670a267394

@ -2,3 +2,4 @@
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../../../Gemfile', __FILE__)
require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE'])
$LOAD_PATH.unshift File.expand_path('../../../../lib', __FILE__)