From ab12b6161aa61463d7fbb0a9c77ae1d9ae14082a Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Thu, 8 Sep 2016 08:58:18 +0100 Subject: [PATCH 1/1] Update name of test --- test/models/diary_comment_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2