adds a missing require

This commit is contained in:
Xavier Noria 2012-10-09 19:40:38 +02:00
parent 0e6c70e7de
commit 3395633a50

@ -6,6 +6,7 @@
require 'active_support/core_ext/object/deep_dup'
require 'active_support/inflections'
require 'active_support/core_ext/object/to_param'
require 'active_support/core_ext/object/to_query'
class HashExtTest < ActiveSupport::TestCase
class IndifferentHash < HashWithIndifferentAccess