Tests for [17838]

Why is our testing fixtures such a mess? It took me half an hour to find a useable node. And I'm still not sure if it's ok, since I want to get to bed. kthxbye
This commit is contained in:
Thomas Wood 2009-09-29 03:58:33 +00:00
parent ec26e06706
commit 76b6d7d876
7 changed files with 40 additions and 6 deletions

View file

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