X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f492a1b709b74f0bb36821864090657f6026f9f2..bda941f49dbe507df186b918d815def53ed604d6:/test/unit/diary_comment_test.rb diff --git a/test/unit/diary_comment_test.rb b/test/unit/diary_comment_test.rb index 8e2bbf32c..e4ac3d422 100644 --- a/test/unit/diary_comment_test.rb +++ b/test/unit/diary_comment_test.rb @@ -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 3, DiaryComment.count end - end