class Shoulda::ActionController::Matchers::RespondWithMatcher

def correct_status_code?

def correct_status_code?
  response_code == @status
end