]> git.openstreetmap.org Git - rails.git/blobdiff - test/unit/diary_comment_test.rb
Give a nice error message when parsing the nwr tags and they are missing the k and...
[rails.git] / test / unit / diary_comment_test.rb
index d7f30a69c5d3b518b00807f6e158fa18066f9b87..8c03d6a36522a076546716ba236b7b2b032a6d91 100644 (file)
@@ -1,9 +1,9 @@
 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
   end