]> git.openstreetmap.org Git - rails.git/commitdiff
Update name of test
authorAndy Allan <git@gravitystorm.co.uk>
Thu, 8 Sep 2016 07:58:18 +0000 (08:58 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Thu, 8 Sep 2016 07:58:18 +0000 (08:58 +0100)
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