aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract/helper_test.rb
diff options
context:
space:
mode:
authorŁukasz Strzałkowski <lukasz.strzalkowski@gmail.com>2013-06-28 16:46:10 +0200
committerŁukasz Strzałkowski <lukasz.strzalkowski@gmail.com>2013-08-25 11:39:08 +0200
commit8c2c95e5d22d5e1ebade26f6eeaeda5089e4f658 (patch)
tree0add4bc56b06b30f4adf6097083ad88810d9fc74 /actionpack/test/abstract/helper_test.rb
parent75d38e4364a292d8fddb89ff9959c88ab00ad7e9 (diff)
downloadrails-8c2c95e5d22d5e1ebade26f6eeaeda5089e4f658.tar.gz
rails-8c2c95e5d22d5e1ebade26f6eeaeda5089e4f658.tar.bz2
rails-8c2c95e5d22d5e1ebade26f6eeaeda5089e4f658.zip
Fix AP test suite after moving stuff to AV
Diffstat (limited to 'actionpack/test/abstract/helper_test.rb')
-rw-r--r--actionpack/test/abstract/helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/abstract/helper_test.rb b/actionpack/test/abstract/helper_test.rb
index bc3e34684c..555669efa5 100644
--- a/actionpack/test/abstract/helper_test.rb
+++ b/actionpack/test/abstract/helper_test.rb
@@ -6,7 +6,7 @@ module AbstractController
module Testing
class ControllerWithHelpers < AbstractController::Base
- include AbstractController::Rendering
+ include ActionView::Rendering
include AbstractController::Helpers
def with_module