From 222f00b42266e604bb8894771162672aadd1bacc Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Tue, 24 Dec 2013 11:04:49 +0900 Subject: Unused classes in AV tests --- actionview/test/actionpack/controller/layout_test.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'actionview/test/actionpack/controller/layout_test.rb') diff --git a/actionview/test/actionpack/controller/layout_test.rb b/actionview/test/actionpack/controller/layout_test.rb index 5dd23c4b31..b44f57a23e 100644 --- a/actionview/test/actionpack/controller/layout_test.rb +++ b/actionview/test/actionpack/controller/layout_test.rb @@ -215,12 +215,6 @@ class LayoutSetInResponseTest < ActionController::TestCase end end -class RenderWithTemplateOptionController < LayoutTest - def hello - render :template => 'alt/hello' - end -end - class SetsNonExistentLayoutFile < LayoutTest layout "nofile" end -- cgit v1.2.3