module GdsApi::TestHelpers::Panopticon
def stringify_hash_keys(input_hash)
def stringify_hash_keys(input_hash) input_hash.inject({}) do |options, (key, value)| options[key.to_s] = value options end end
def stringify_hash_keys(input_hash) input_hash.inject({}) do |options, (key, value)| options[key.to_s] = value options end end