class Shoulda::Matchers::ActionController::RouteParams

def normalize

def normalize
  if controller_and_action_given_as_string?
    extract_params_from_string
  else
    stringify_params
  end
end