projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
removed comments which apparently no-one bothers to read anyway. since no-one reads...
[rails.git]
/
test
/
unit
/
changeset_test.rb
1
require File.dirname(__FILE__) + '/../test_helper'
2
3
class ChangesetTest < Test::Unit::TestCase
4
fixtures :changesets
5
6
7
def test_changeset_count
8
assert_equal 5, Changeset.count
9
end
10
11
end