X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3b3f328ae4427ba0d1e3700ceabf7d0870f78dbd..ab12b6161aa61463d7fbb0a9c77ae1d9ae14082a:/test/models/diary_comment_test.rb diff --git a/test/models/diary_comment_test.rb b/test/models/diary_comment_test.rb index 13d035ce7..908c79bfa 100644 --- a/test/models/diary_comment_test.rb +++ b/test/models/diary_comment_test.rb @@ -1,7 +1,7 @@ require "test_helper" class DiaryCommentTest < ActiveSupport::TestCase - def test_diary_comment_count + def test_diary_comment_exists comment = create(:diary_comment) assert_includes DiaryComment.all, comment end