aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
diff options
context:
space:
mode:
authorGuo Xiang Tan <tgx_world@hotmail.com>2014-05-11 15:41:23 -0700
committerGuo Xiang Tan <tgx_world@hotmail.com>2014-05-11 16:02:12 -0700
commitda290fae09086f864e59ba43b4a0c4f3d8661da1 (patch)
tree5fe3b223149a66f892bb19d14273dae5ef23b70b /actionpack/test
parentd4fafeb003e472283914d3246d5aea92a0ea795c (diff)
downloadrails-da290fae09086f864e59ba43b4a0c4f3d8661da1.tar.gz
rails-da290fae09086f864e59ba43b4a0c4f3d8661da1.tar.bz2
rails-da290fae09086f864e59ba43b4a0c4f3d8661da1.zip
Remove unnecessary include for integration tests.
Diffstat (limited to 'actionpack/test')
-rw-r--r--actionpack/test/abstract_unit.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/test/abstract_unit.rb b/actionpack/test/abstract_unit.rb
index 03a4741f42..98419efc89 100644
--- a/actionpack/test/abstract_unit.rb
+++ b/actionpack/test/abstract_unit.rb
@@ -251,7 +251,6 @@ end
module ActionController
class Base
- include ActionController::Testing
# This stub emulates the Railtie including the URL helpers from a Rails application
include SharedTestRoutes.url_helpers
include SharedTestRoutes.mounted_helpers