X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/bed9cd00ed166ce346da4b8a9b654ddf86e64e70..d0b845fc6025f2fb84a4cf4fa10cbb71084843a7:/test/unit/diary_comment_test.rb?ds=sidebyside diff --git a/test/unit/diary_comment_test.rb b/test/unit/diary_comment_test.rb index d7f30a69c..8e2bbf32c 100644 --- a/test/unit/diary_comment_test.rb +++ b/test/unit/diary_comment_test.rb @@ -1,9 +1,9 @@ require File.dirname(__FILE__) + '/../test_helper' class DiaryCommentTest < Test::Unit::TestCase + api_fixtures fixtures :diary_comments - def test_diary_comment_count assert_equal 1, DiaryComment.count end