# File lib/shoulda/action_controller/macros.rb, line 172 172: def should_render_without_layout 173: ::ActiveSupport::Deprecation.warn("use: should_not render_with_layout") 174: should_not render_with_layout 175: end