aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-06-30 20:04:35 -0300
committerJeremy Kemper <jeremy@bitsweat.net>2010-07-01 12:04:11 -0700
commit4a0c514eb48b8e5d4ceffb4817661c182c2368a3 (patch)
tree4b52cc7c03889950c6b08b47bf468c758129ac6b /activesupport/test
parentd7c1057652cfc971bb35ef09b0b1560fcd28ed70 (diff)
downloadrails-4a0c514eb48b8e5d4ceffb4817661c182c2368a3.tar.gz
rails-4a0c514eb48b8e5d4ceffb4817661c182c2368a3.tar.bz2
rails-4a0c514eb48b8e5d4ceffb4817661c182c2368a3.zip
AS json refactor, move to_json implementation to core_ext and a cleanup a bit the code
Diffstat (limited to 'activesupport/test')
-rw-r--r--activesupport/test/ordered_hash_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/ordered_hash_test.rb b/activesupport/test/ordered_hash_test.rb
index 3d1bae163f..d340bed444 100644
--- a/activesupport/test/ordered_hash_test.rb
+++ b/activesupport/test/ordered_hash_test.rb
@@ -1,5 +1,6 @@
require 'abstract_unit'
require 'active_support/json'
+require 'active_support/core_ext/object/to_json'
class OrderedHashTest < Test::Unit::TestCase
def setup