diff options
author | Matthew Draper <matthew@trebex.net> | 2014-05-29 21:33:12 +0930 |
---|---|---|
committer | Matthew Draper <matthew@trebex.net> | 2014-05-29 21:33:12 +0930 |
commit | 29f8eae3faf96cbe46e7eb949c7f674c5860c1cf (patch) | |
tree | 6d26d80d20c69530319b6a107f6688d641b9e6e6 /actionview | |
parent | 159c812b350055028176902cfa1363e8af3237dc (diff) | |
parent | da290fae09086f864e59ba43b4a0c4f3d8661da1 (diff) | |
download | rails-29f8eae3faf96cbe46e7eb949c7f674c5860c1cf.tar.gz rails-29f8eae3faf96cbe46e7eb949c7f674c5860c1cf.tar.bz2 rails-29f8eae3faf96cbe46e7eb949c7f674c5860c1cf.zip |
Merge pull request #15061 from tgxworld/remove_unnecessary_include
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 |