diff options
author | Thiago Pradi <thiago.pradi@gmail.com> | 2012-02-12 21:05:30 -0200 |
---|---|---|
committer | Thiago Pradi <thiago.pradi@gmail.com> | 2012-02-12 21:05:30 -0200 |
commit | c6e6598d96fff11e21756198b9ee609a52b6e383 (patch) | |
tree | b5d86c6fba759ebcffc88fc836bedfd170df5b1e /actionpack/test/lib | |
parent | 815e4453310858f9cfbccf4b41f943c9448aea07 (diff) | |
download | rails-c6e6598d96fff11e21756198b9ee609a52b6e383.tar.gz rails-c6e6598d96fff11e21756198b9ee609a52b6e383.tar.bz2 rails-c6e6598d96fff11e21756198b9ee609a52b6e383.zip |
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 |