projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add has_valid_bbox? method to Changeset model to tidy checking for bbox, and fix...
[rails.git]
/
test
/
unit
/
changeset_test.rb
1
require File.dirname(__FILE__) + '/../test_helper'
2
3
class ChangesetTest < Test::Unit::TestCase
4
api_fixtures
5
6
def test_changeset_count
7
assert_equal 6, Changeset.count
8
end
9
10
end