# File lib/shoulda/action_controller/macros.rb, line 163 163: def should_render_with_layout(expected_layout = 'application') 164: ::ActiveSupport::Deprecation.warn("use: should render_with_layout") 165: should render_with_layout(expected_layout) 166: end