projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
show a 'no bbox specified' message for the moment at least. Due to inconsistent locat...
[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 6, Changeset.count
9
end
10
11
end