mirror of
https://github.com/github/rails.git
synced 2026-01-10 07:07:54 -05:00
Fix failing railties tests.
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
activesupport_path = File.expand_path('../../../activesupport/lib', __FILE__)
|
||||
$:.unshift(activesupport_path) if File.directory?(activesupport_path) && !$:.include?(activesupport_path)
|
||||
|
||||
activemodel_path = File.expand_path('../../../activemodel/lib', __FILE__)
|
||||
$:.unshift(activemodel_path) if File.directory?(activemodel_path) && !$:.include?(activemodel_path)
|
||||
|
||||
require 'active_support'
|
||||
require 'active_support/dependencies/autoload'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user