class Shoulda::Matchers::ActionController::PermitMatcher

def add_params(params)

def add_params(params)
  request_params.merge!(params)
  self
end