mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
fix up activesupport test load paths
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
require File.expand_path('../../../load_paths', __FILE__)
|
||||
|
||||
lib = File.expand_path("#{File.dirname(__FILE__)}/../lib")
|
||||
$:.unshift(lib) unless $:.include?('lib') || $:.include?(lib)
|
||||
|
||||
require 'test/unit'
|
||||
require 'mocha'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user