aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/capture_helper_test.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-04-16 01:09:05 +0200
committerJosé Valim <jose.valim@gmail.com>2011-04-16 01:10:13 +0200
commitfad214b9e1c0a66f8fecde48fbd8d122e5c51e33 (patch)
tree3ca51e274e0992c460e28c81f501398757669899 /actionpack/test/template/capture_helper_test.rb
parentc630750fa59e248fb5af96f850392333e341ccd7 (diff)
downloadrails-fad214b9e1c0a66f8fecde48fbd8d122e5c51e33.tar.gz
rails-fad214b9e1c0a66f8fecde48fbd8d122e5c51e33.tar.bz2
rails-fad214b9e1c0a66f8fecde48fbd8d122e5c51e33.zip
Initial work on fibered layout.
Diffstat (limited to 'actionpack/test/template/capture_helper_test.rb')
-rw-r--r--actionpack/test/template/capture_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/template/capture_helper_test.rb b/actionpack/test/template/capture_helper_test.rb
index 03050485fa..ec252fa117 100644
--- a/actionpack/test/template/capture_helper_test.rb
+++ b/actionpack/test/template/capture_helper_test.rb
@@ -4,7 +4,7 @@ class CaptureHelperTest < ActionView::TestCase
def setup
super
@av = ActionView::Base.new
- @_content_for = Hash.new {|h,k| h[k] = "" }
+ @_view_flow = ActionView::Flow.new
end
def test_capture_captures_the_temporary_output_buffer_in_its_block