Source: show | on GitHub
# File actionpack/test/controller/layout_test.rb, line 233 def test_symlinked_layout_is_rendered @controller = LayoutSymlinkedTest.new get :hello assert_response 200 assert_template :layout => "layouts/symlinked/symlinked_layout" end