diff options
author | Josh Kalderimis <josh.kalderimis@gmail.com> | 2011-01-12 15:18:21 +0100 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2011-01-12 12:37:28 -0200 |
commit | 199e220e885277dad5e222bf98f00a67b2e6674e (patch) | |
tree | 476daca45a70c78303d7bcada1df17abe4b215f4 /activesupport/test/json | |
parent | de18b85969b7a5457536df905c76078f032a9cda (diff) | |
download | rails-199e220e885277dad5e222bf98f00a67b2e6674e.tar.gz rails-199e220e885277dad5e222bf98f00a67b2e6674e.tar.bz2 rails-199e220e885277dad5e222bf98f00a67b2e6674e.zip |
Fixed various isolated test missing requires within AS.
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
Diffstat (limited to 'activesupport/test/json')
-rw-r--r-- | activesupport/test/json/encoding_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |