diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2015-08-24 14:11:37 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2015-08-24 14:11:37 -0700 |
commit | 7a62cc7d22168b5fbfc5ebbe1b219e82db716ac5 (patch) | |
tree | 811c92517a8ac6d097c7a9e9852d0548129579b0 | |
parent | 9b20b1cc0fe6bc2e327bcf791c5d824655585ec5 (diff) | |
download | rails-7a62cc7d22168b5fbfc5ebbe1b219e82db716ac5.tar.gz rails-7a62cc7d22168b5fbfc5ebbe1b219e82db716ac5.tar.bz2 rails-7a62cc7d22168b5fbfc5ebbe1b219e82db716ac5.zip |
remove dead code :bomb:
-rw-r--r-- | actionpack/test/abstract_unit.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/test/abstract_unit.rb b/actionpack/test/abstract_unit.rb index f014ec54bc..69aff7e518 100644 --- a/actionpack/test/abstract_unit.rb +++ b/actionpack/test/abstract_unit.rb @@ -133,8 +133,6 @@ class ActionDispatch::IntegrationTest < ActiveSupport::TestCase def call(env) [200, {'Content-Type' => 'text/html'}, ["#{@controller}##{@action}"]] end - - def new; self; end end class NullControllerRequest < DelegateClass(ActionDispatch::Request) |