class RSpec::Rails::Matchers::HaveHttpStatus::NumericCode
def failure_message_when_negated
-
(String)
- explaining why the match failed
def failure_message_when_negated invalid_response_type_message || "expected the response not to have status code " \ "#{expected.inspect} but it did" end