Methods
T
Instance Public methods
test_symlinked_layout_is_rendered()
# File actionview/test/actionpack/controller/layout_test.rb, line 261
def test_symlinked_layout_is_rendered
  @controller = LayoutSymlinkedTest.new
  get :hello
  assert_response 200
  assert_includes @response.body, 'This is my layout'
end