]> git.openstreetmap.org Git - rails.git/blobdiff - test/unit/diary_comment_test.rb
Adding validations for the length of node tags, and the presence of the id (and versi...
[rails.git] / test / unit / diary_comment_test.rb
diff --git a/test/unit/diary_comment_test.rb b/test/unit/diary_comment_test.rb
new file mode 100644 (file)
index 0000000..d7f30a6
--- /dev/null
@@ -0,0 +1,11 @@
+require File.dirname(__FILE__) + '/../test_helper'
+
+class DiaryCommentTest < Test::Unit::TestCase
+  fixtures :diary_comments
+  
+  
+  def test_diary_comment_count
+    assert_equal 1, DiaryComment.count
+  end
+  
+end