# File lib/shoulda/action_controller/macros.rb, line 124 124: def should_respond_with_content_type(content_type) 125: ::ActiveSupport::Deprecation.warn("use: should respond_with_content_type") 126: should respond_with_content_type(content_type) 127: end