class RSpec::Rails::Matchers::HaveHttpStatus::GenericStatus
def failure_message
-
(String)
- explaining why the match failed
def failure_message invalid_response_type_message || "expected the response to have #{type_message} but it was #{actual}" end