diff options
author | Neeraj Singh <neerajdotname@gmail.com> | 2011-06-08 02:54:19 -0400 |
---|---|---|
committer | Neeraj Singh <neerajdotname@gmail.com> | 2011-06-08 02:54:19 -0400 |
commit | cbfdd0df33c543c0c8a7e535905b590787e00035 (patch) | |
tree | 6f42121b944f7df8852276eb3cc554ee1539e4c3 /actionpack | |
parent | 185235333c7b345e7cbb6384446c89d8447f5d79 (diff) | |
download | rails-cbfdd0df33c543c0c8a7e535905b590787e00035.tar.gz rails-cbfdd0df33c543c0c8a7e535905b590787e00035.tar.bz2 rails-cbfdd0df33c543c0c8a7e535905b590787e00035.zip |
remove unused class from test
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/test/abstract/abstract_controller_test.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/actionpack/test/abstract/abstract_controller_test.rb b/actionpack/test/abstract/abstract_controller_test.rb index 981c023d38..424f1e9a16 100644 --- a/actionpack/test/abstract/abstract_controller_test.rb +++ b/actionpack/test/abstract/abstract_controller_test.rb @@ -178,12 +178,6 @@ module AbstractController end end - class Me5 < WithLayouts - def index - render - end - end - class TestLayouts < ActiveSupport::TestCase test "layouts are included" do controller = Me4.new |