class LayoutSymlinkedIsRenderedTest
Public Instance Methods
test_symlinked_layout_is_rendered()
click to toggle source
# File actionview/test/actionpack/controller/layout_test.rb, line 263 def test_symlinked_layout_is_rendered @controller = LayoutSymlinkedTest.new get :hello assert_response 200 assert_includes @response.body, "This is my layout" end