# File lib/shoulda/action_controller/matchers/respond_with_content_type_matcher.rb, line 20 20: def respond_with_content_type(content_type) 21: RespondWithContentTypeMatcher.new(content_type) 22: end