remove unused class from test

This commit is contained in:
Neeraj Singh 2011-06-08 02:54:19 -04:00
parent 185235333c
commit cbfdd0df33

@ -178,12 +178,6 @@ def index
end
end
class Me5 < WithLayouts
def index
render
end
end
class TestLayouts < ActiveSupport::TestCase
test "layouts are included" do
controller = Me4.new