Add more tests for hidden diary entries and comments

This commit is contained in:
Tom Hughes 2013-10-15 19:16:33 +01:00
parent 4f05b6a8ac
commit 3e985f3ab9
5 changed files with 79 additions and 9 deletions

View file

@ -5,6 +5,6 @@ class DiaryCommentTest < ActiveSupport::TestCase
fixtures :diary_comments
def test_diary_comment_count
assert_equal 3, DiaryComment.count
assert_equal 4, DiaryComment.count
end
end