From 605c6455ac722ed9679e17458a47cc649cdedab0 Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Sun, 9 May 2010 00:03:45 +0300 Subject: removed AR from all AMo tests, including any unneeded files (schema, fixtures and test helper) --- activemodel/test/cases/helper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activemodel/test/cases/helper.rb') diff --git a/activemodel/test/cases/helper.rb b/activemodel/test/cases/helper.rb index 8578ab7dbd..a81584bbad 100644 --- a/activemodel/test/cases/helper.rb +++ b/activemodel/test/cases/helper.rb @@ -5,6 +5,7 @@ $:.unshift(lib) unless $:.include?('lib') || $:.include?(lib) require 'config' require 'active_model' +require 'active_support/core_ext/string/access' # Show backtraces for deprecated behavior for quicker cleanup. ActiveSupport::Deprecation.debug = true -- cgit v1.2.3