Add more tests for hidden diary entries and comments
This commit is contained in:
parent
4f05b6a8ac
commit
3e985f3ab9
5 changed files with 79 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue