projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Abort any existing load before starting a new one
[rails.git]
/
test
/
unit
/
diary_comment_test.rb
1
require File.dirname(__FILE__) + '/../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 3, DiaryComment.count
9
end
10
end