diff options
author | José Valim <jose.valim@plataformatec.com.br> | 2012-02-12 22:44:35 -0800 |
---|---|---|
committer | José Valim <jose.valim@plataformatec.com.br> | 2012-02-12 22:44:35 -0800 |
commit | 97f7f3087223df8ab228f56108506e8b3f68abf5 (patch) | |
tree | 8db8525d114ca7aab8e7d544e27166621e754791 /actionpack/test/lib | |
parent | 6bd7023e2feec50472f10093340e13a2b23ebde1 (diff) | |
parent | c6e6598d96fff11e21756198b9ee609a52b6e383 (diff) | |
download | rails-97f7f3087223df8ab228f56108506e8b3f68abf5.tar.gz rails-97f7f3087223df8ab228f56108506e8b3f68abf5.tar.bz2 rails-97f7f3087223df8ab228f56108506e8b3f68abf5.zip |
Merge pull request #5021 from tchandy/clean_controller_tests
Removing old Controller test
Diffstat (limited to 'actionpack/test/lib')
-rw-r--r-- | actionpack/test/lib/controller/fake_controllers.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/test/lib/controller/fake_controllers.rb b/actionpack/test/lib/controller/fake_controllers.rb index a5364bb01c..1a2863b689 100644 --- a/actionpack/test/lib/controller/fake_controllers.rb +++ b/actionpack/test/lib/controller/fake_controllers.rb @@ -14,7 +14,6 @@ module Api end class AccountController < ActionController::Base; end -class AddressesController < ActionController::Base; end class ArchiveController < ActionController::Base; end class ArticlesController < ActionController::Base; end class BarController < ActionController::Base; end |