diff options
author | Guo Xiang Tan <tgx_world@hotmail.com> | 2014-05-11 15:41:23 -0700 |
---|---|---|
committer | Guo Xiang Tan <tgx_world@hotmail.com> | 2014-05-11 16:02:12 -0700 |
commit | da290fae09086f864e59ba43b4a0c4f3d8661da1 (patch) | |
tree | 5fe3b223149a66f892bb19d14273dae5ef23b70b /actionview | |
parent | d4fafeb003e472283914d3246d5aea92a0ea795c (diff) | |
download | rails-da290fae09086f864e59ba43b4a0c4f3d8661da1.tar.gz rails-da290fae09086f864e59ba43b4a0c4f3d8661da1.tar.bz2 rails-da290fae09086f864e59ba43b4a0c4f3d8661da1.zip |
Remove unnecessary include for integration tests.
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/test/abstract_unit.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionview/test/abstract_unit.rb b/actionview/test/abstract_unit.rb index 9eae3a4fbd..7c71fdabd1 100644 --- a/actionview/test/abstract_unit.rb +++ b/actionview/test/abstract_unit.rb @@ -274,7 +274,6 @@ ActionView::RoutingUrlFor.send(:include, ActionDispatch::Routing::UrlFor) 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 |