class Shoulda::Matchers::ActionController::RespondWithMatcher

def correct_status_code?

def correct_status_code?
  response_code == @status
end