X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e660e609661edadc1ed5ad49d6e83e936b2f91cd..98184dfb9cacc74ac5bcb91a41a2d5804b3f4f7d:/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 index e4ac3d422..000000000 --- a/test/unit/diary_comment_test.rb +++ /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