Skip to content

Commit

Permalink
Remove lost commented debugger call
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
  • Loading branch information
carlosantoniodasilva authored and spastorino committed Nov 13, 2010
1 parent bdec56c commit 4266e3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion actionpack/test/template/render_test.rb
Expand Up @@ -279,7 +279,6 @@ def test_render_layout_with_a_nested_render_layout_call_using_block_with_render_
end

def test_render_layout_with_a_nested_render_layout_call_using_block_with_render_content
#debugger
assert_equal %(Before (Foo!)\nBefore (Bar!)\n\n Content from inside layout!\n\nAfterpartial with layout\n\nAfter),
@view.render(:partial => 'test/partial_with_layout_block_content', :layout => 'test/layout_for_partial', :locals => { :name => 'Foo!'})
end
Expand Down

0 comments on commit 4266e3e

Please sign in to comment.