]> git.openstreetmap.org Git - rails.git/blob - test/unit/diary_comment_test.rb
Commiting a version of is.yml in the progress of being translated from en.yml, around...
[rails.git] / test / unit / diary_comment_test.rb
1 require File.dirname(__FILE__) + '/../test_helper'
2
3 class DiaryCommentTest < Test::Unit::TestCase
4   api_fixtures
5   fixtures :diary_comments
6   
7   def test_diary_comment_count
8     assert_equal 1, DiaryComment.count
9   end
10   
11 end