From 199e220e885277dad5e222bf98f00a67b2e6674e Mon Sep 17 00:00:00 2001 From: Josh Kalderimis Date: Wed, 12 Jan 2011 15:18:21 +0100 Subject: Fixed various isolated test missing requires within AS. Signed-off-by: Santiago Pastorino --- activesupport/test/json/encoding_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/test/json') diff --git a/activesupport/test/json/encoding_test.rb b/activesupport/test/json/encoding_test.rb index e0494de6e4..7469ae70fd 100644 --- a/activesupport/test/json/encoding_test.rb +++ b/activesupport/test/json/encoding_test.rb @@ -1,5 +1,6 @@ # encoding: utf-8 require 'abstract_unit' +require 'active_support/core_ext/string/inflections' require 'active_support/json' class TestJSONEncoding < Test::Unit::TestCase -- cgit v1.2.3