# File lib/shoulda/action_controller/macros.rb, line 111 111: def should_respond_with(response) 112: ::ActiveSupport::Deprecation.warn("use: should respond_with") 113: should respond_with(response) 114: end