aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/prototype_helper_test.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-08-25 21:44:21 -0500
committerJoshua Peek <josh@joshpeek.com>2008-08-25 21:50:26 -0500
commitf2d8d13c6495f2a9b3bbf3b50d869c0e5b25c207 (patch)
tree03154d7843617fe745a9316c6a010dc7944c5f0f /actionpack/test/template/prototype_helper_test.rb
parentba0d621695c372464383b56d2f33a7b892ed6aa5 (diff)
downloadrails-f2d8d13c6495f2a9b3bbf3b50d869c0e5b25c207.tar.gz
rails-f2d8d13c6495f2a9b3bbf3b50d869c0e5b25c207.tar.bz2
rails-f2d8d13c6495f2a9b3bbf3b50d869c0e5b25c207.zip
Performance: Cache modules that extend the view context for JavaScriptGenerator
Diffstat (limited to 'actionpack/test/template/prototype_helper_test.rb')
-rw-r--r--actionpack/test/template/prototype_helper_test.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/test/template/prototype_helper_test.rb b/actionpack/test/template/prototype_helper_test.rb
index abc9f930dd..5397ae3688 100644
--- a/actionpack/test/template/prototype_helper_test.rb
+++ b/actionpack/test/template/prototype_helper_test.rb
@@ -53,6 +53,10 @@ class PrototypeHelperBaseTest < ActionView::TestCase
false
end
+ def extended_by_without_helpers
+ []
+ end
+
def create_generator
block = Proc.new { |*args| yield *args if block_given? }
JavaScriptGenerator.new self, &block