fixtures :diary_entries, :diary_comments, :languages
def test_diary_entry_count
fixtures :diary_entries, :diary_comments, :languages
def test_diary_entry_count
assert_raise ActiveRecord::RecordNotFound do
DiaryEntry.visible.find(diary_entries(:deleted_entry).id)
end
assert_raise ActiveRecord::RecordNotFound do
DiaryEntry.visible.find(diary_entries(:deleted_entry).id)
end