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

Merge pull request #33975 from JuanitoFatas/jf.fix-test-name

[CaptureHelperTest] Fix a content_for test description
This commit is contained in:
Rafael França 2018-09-25 17:54:30 -04:00 committed by GitHub
commit 05a66686f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)