aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/show_exceptions_test.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-10-01 18:05:59 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-10-01 18:05:59 -0700
commitffbcb84c215bb615a3db4bb8bf8dcb977e72e32b (patch)
tree61ba7cb20089f5bab178dadebe6b27cea6b883dd /actionpack/test/dispatch/show_exceptions_test.rb
parent44f85678e967f1eccfaf448f82ca81111c9584af (diff)
downloadrails-ffbcb84c215bb615a3db4bb8bf8dcb977e72e32b.tar.gz
rails-ffbcb84c215bb615a3db4bb8bf8dcb977e72e32b.tar.bz2
rails-ffbcb84c215bb615a3db4bb8bf8dcb977e72e32b.zip
removing more duplicate code
Diffstat (limited to 'actionpack/test/dispatch/show_exceptions_test.rb')
-rw-r--r--actionpack/test/dispatch/show_exceptions_test.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/actionpack/test/dispatch/show_exceptions_test.rb b/actionpack/test/dispatch/show_exceptions_test.rb
index 4ede1ab47c..ce6c397e32 100644
--- a/actionpack/test/dispatch/show_exceptions_test.rb
+++ b/actionpack/test/dispatch/show_exceptions_test.rb
@@ -1,19 +1,5 @@
require 'abstract_unit'
-module ActionDispatch
- class ShowExceptions
- private
- def public_path
- "#{FIXTURE_LOAD_PATH}/public"
- end
-
- # Silence logger
- def logger
- nil
- end
- end
-end
-
class ShowExceptionsTest < ActionDispatch::IntegrationTest
Boomer = lambda do |env|
req = ActionDispatch::Request.new(env)