aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/helper.rb
diff options
context:
space:
mode:
authorJosh Kalderimis <josh.kalderimis@gmail.com>2010-05-09 00:03:45 +0300
committerCarl Lerche <carllerche@mac.com>2010-05-09 00:08:11 +0300
commit605c6455ac722ed9679e17458a47cc649cdedab0 (patch)
tree028c8922ebb81bc0209aeffcac22c2b1a49b8e66 /activemodel/test/cases/helper.rb
parent88ad3ed8b53a66954f50a423e138052d048a42c3 (diff)
downloadrails-605c6455ac722ed9679e17458a47cc649cdedab0.tar.gz
rails-605c6455ac722ed9679e17458a47cc649cdedab0.tar.bz2
rails-605c6455ac722ed9679e17458a47cc649cdedab0.zip
removed AR from all AMo tests, including any unneeded files (schema, fixtures and test helper)
Diffstat (limited to 'activemodel/test/cases/helper.rb')
-rw-r--r--activemodel/test/cases/helper.rb1
1 files changed, 1 insertions, 0 deletions
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