Methods
T
Instance Public methods
test_layout_status_is_rendered()
# File actionpack/test/controller/layout_test.rb, line 220
def test_layout_status_is_rendered
  @controller = LayoutStatusIsRendered.new
  get :hello
  assert_response 401
end