mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Always add actionpack/lib to load path for isolated tests
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user