Add tests for node methods on way models

This commit is contained in:
Tom Hughes 2013-12-04 21:44:39 +00:00
parent 9e8cf3ea71
commit cd81a3f605
7 changed files with 122 additions and 3 deletions

View file

@ -4,6 +4,6 @@ class WayNodeTest < ActiveSupport::TestCase
api_fixtures
def test_way_nodes_count
assert_equal 6, WayNode.count
assert_equal 9, WayNode.count
end
end