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:
parent
65bf046fd1
commit
6f36168eca
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class CaptureHelperTest < ActionView::TestCase
|
|||
assert_equal "<em>bar</em>", 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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue