]> git.openstreetmap.org Git - rails.git/blobdiff - test/unit/diary_comment_test.rb
Add more tests for hidden diary entries and comments
[rails.git] / test / unit / diary_comment_test.rb
index 8e2bbf32c215cf177f5c375b850243404ecf5a5e..e6d7a71b443e95f7fabc27a64263775bc0031f0f 100644 (file)
@@ -1,11 +1,10 @@
 require File.dirname(__FILE__) + '/../test_helper'
 
-class DiaryCommentTest < Test::Unit::TestCase
+class DiaryCommentTest < ActiveSupport::TestCase
   api_fixtures
   fixtures :diary_comments
   
   def test_diary_comment_count
-    assert_equal 1, DiaryComment.count
+    assert_equal 4, DiaryComment.count
   end
-  
 end