ensure tests load sibling Active Support instead of a gem

This commit is contained in:
Jeremy Kemper 2008-08-25 23:32:03 -07:00
parent 77b003fb61
commit 3beed9cdb7
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
$:.unshift(File.dirname(__FILE__) + '/../../lib')
$:.unshift(File.dirname(__FILE__) + '/../../../activesupport/lib')
require 'config'
require 'test/unit'