1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix a content_for test description

This commit is contained in:
Juanito Fatas 2018-09-25 15:15:35 +09:00
parent 65bf046fd1
commit 6f36168eca

View file

@ -40,7 +40,7 @@ class CaptureHelperTest < ActionView::TestCase
assert_equal "&lt;em&gt;bar&lt;/em&gt;", string
end
def test_capture_used_for_read
def test_content_for_used_for_read
content_for :foo, "foo"
assert_equal "foo", content_for(:foo)