Source: show | on GitHub
# File actionpack/test/controller/layout_test.rb, line 207 def test_exception_raised_when_layout_file_not_found @controller = SetsNonExistentLayoutFile.new assert_raise(ActionView::MissingTemplate) { get :hello } end