Source: show | on GitHub
# File actionview/test/actionpack/controller/layout_test.rb, line 248 def test_layout_status_is_rendered @controller = LayoutStatusIsRendered.new get :hello assert_response 401 end