mirror of
https://github.com/github/rails.git
synced 2026-01-09 14:48:08 -05:00
Fix test load paths for those not using bundler
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
begin
|
||||
require File.expand_path('../.bundle/environment', __FILE__)
|
||||
rescue LoadError
|
||||
begin
|
||||
require 'rubygems'
|
||||
require 'bundler'
|
||||
Bundler.setup
|
||||
rescue LoadError
|
||||
%w(
|
||||
actionmailer
|
||||
actionpack
|
||||
activemodel
|
||||
activerecord
|
||||
activeresource
|
||||
activesupport
|
||||
railties
|
||||
).each do |framework|
|
||||
$:.unshift File.expand_path("../#{framework}/lib", __FILE__)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user