# File lib/shoulda/action_controller/macros.rb, line 152 152: def should_render_template(template) 153: ::ActiveSupport::Deprecation.warn("use: should render_template") 154: should render_template(template) 155: end