]> git.openstreetmap.org Git - rails.git/blobdiff - test/unit/diary_comment_test.rb
Reorganise tests to match modern rails test layout
[rails.git] / test / unit / diary_comment_test.rb
diff --git a/test/unit/diary_comment_test.rb b/test/unit/diary_comment_test.rb
deleted file mode 100644 (file)
index e4ac3d4..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-require File.dirname(__FILE__) + '/../test_helper'
-
-class DiaryCommentTest < ActiveSupport::TestCase
-  api_fixtures
-  fixtures :diary_comments
-  
-  def test_diary_comment_count
-    assert_equal 3, DiaryComment.count
-  end
-end