class Shoulda::ActionController::Matchers::RespondWithContentTypeMatcher

def expectation

def expectation
  "content type to be #{@content_type}, " <<
  "but was #{response_content_type}"
end