class Shoulda::Matchers::ActionController::RespondWithMatcher

def expectation

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