From: Andy Allan Date: Thu, 8 Sep 2016 07:58:18 +0000 (+0100) Subject: Update name of test X-Git-Tag: live~3810^2~2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/ab12b6161aa61463d7fbb0a9c77ae1d9ae14082a?hp=3b3f328ae4427ba0d1e3700ceabf7d0870f78dbd;ds=inline Update name of test --- 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