]> git.openstreetmap.org Git - rails.git/blob - test/models/diary_comment_test.rb
Test that reserved usernames are not allowed
[rails.git] / test / models / diary_comment_test.rb
1 require 'test_helper'
2
3 class DiaryCommentTest < ActiveSupport::TestCase
4   api_fixtures
5   fixtures :diary_comments
6   
7   def test_diary_comment_count
8     assert_equal 4, DiaryComment.count
9   end
10 end