aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/ordered_hash_test.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-05-11 13:03:08 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2011-05-11 13:05:04 -0300
commitc53d3929cd5d7a2ac39411c8137d469e5047a4f4 (patch)
tree01c9d82dd631c567cbb7b895c9d9b6982187c325 /activesupport/test/ordered_hash_test.rb
parent9823c17c6a7c9fb046b3233d57acfbc009d5ad48 (diff)
downloadrails-c53d3929cd5d7a2ac39411c8137d469e5047a4f4.tar.gz
rails-c53d3929cd5d7a2ac39411c8137d469e5047a4f4.tar.bz2
rails-c53d3929cd5d7a2ac39411c8137d469e5047a4f4.zip
Add missing requires
Diffstat (limited to 'activesupport/test/ordered_hash_test.rb')
-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 bf99a701a6..f3dcd7b068 100644
--- a/activesupport/test/ordered_hash_test.rb
+++ b/activesupport/test/ordered_hash_test.rb
@@ -1,6 +1,7 @@
require 'abstract_unit'
require 'active_support/json'
require 'active_support/core_ext/object/to_json'
+require 'active_support/core_ext/hash/indifferent_access'
class OrderedHashTest < Test::Unit::TestCase
def setup