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