class Shoulda::ActionController::Matchers::RespondWithMatcher

def expectation

def expectation
  "response to be a #{@status}, but was #{response_code}"
end