Require ActiveSupport::TestCase form ActiveSupport isolation tests

This commit is contained in:
Rafael Mendonça França 2012-01-06 01:14:18 -03:00
parent 8f309e3105
commit 61fd7cd9ed
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
$:.unshift(File.dirname(__FILE__) + '/../../activesupport/lib')
require 'test/unit'
require 'active_support/test_case'
require 'rbconfig'
require 'active_support/core_ext/kernel/reporting'