mirror of
https://github.com/github/rails.git
synced 2026-01-10 07:07:54 -05:00
Ensure Active Support is loaded locally rather than from RubyGems. [#1620 state:committed]
This commit is contained in:
@@ -5,6 +5,7 @@ gem 'mocha', '>= 0.9.5'
|
||||
require 'mocha'
|
||||
|
||||
$:.unshift "#{File.dirname(__FILE__)}/../lib"
|
||||
$:.unshift "#{File.dirname(__FILE__)}/../../activesupport/lib"
|
||||
require 'active_resource'
|
||||
require 'active_resource/http_mock'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user