# File lib/shoulda/action_controller/matchers/render_with_layout_matcher.rb, line 12 12: def render_with_layout(expected_layout = nil) 13: RenderWithLayout.new(expected_layout) 14: end