]> git.openstreetmap.org Git - rails.git/blobdiff - test/models/diary_comment_test.rb
Build a diary entry more succinctly
[rails.git] / test / models / diary_comment_test.rb
index 13d035ce7096800096dd5773dd9a30ec891243e0..908c79bfa6cc85c79e58eb37d8342a533d493024 100644 (file)
@@ -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