minor: test fix
This commit is contained in:
parent
d1a0f90b5e
commit
dfaa82f5d1
|
@ -170,7 +170,6 @@ module ActiveSupport
|
|||
|
||||
def stringify_keys!; self end
|
||||
def stringify_keys; dup end
|
||||
undef :symbolize_keys!
|
||||
def symbolize_keys; to_hash.symbolize_keys end
|
||||
def to_options!; self end
|
||||
|
||||
|
|
Loading…
Reference in New Issue