projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix accumulation of parameters in edit link
[rails.git]
/
test
/
unit
/
way_node_test.rb
1
require File.dirname(__FILE__) + '/../test_helper'
2
3
class WayNodeTest < ActiveSupport::TestCase
4
api_fixtures
5
6
def test_way_nodes_count
7
assert_equal 6, WayNode.count
8
end
9
end