mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Always add actionpack/lib to load path for isolated tests
This commit is contained in:
parent
9fbb2c571b
commit
3e35d30c0c
1 changed files with 1 additions and 1 deletions
|
@ -4,9 +4,9 @@ begin
|
|||
rescue LoadError
|
||||
$:.unshift "#{root}/activesupport/lib"
|
||||
$:.unshift "#{root}/activemodel/lib"
|
||||
$:.unshift "#{root}/lib"
|
||||
end
|
||||
|
||||
$:.unshift(File.dirname(__FILE__) + '/../lib')
|
||||
$:.unshift(File.dirname(__FILE__) + '/lib')
|
||||
$:.unshift(File.dirname(__FILE__) + '/fixtures/helpers')
|
||||
$:.unshift(File.dirname(__FILE__) + '/fixtures/alternate_helpers')
|
||||
|
|
Loading…
Reference in a new issue