]> git.openstreetmap.org Git - rails.git/commit
Add tests for tag methods on object models
authorTom Hughes <tom@compton.nu>
Wed, 4 Dec 2013 18:39:07 +0000 (18:39 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 4 Dec 2013 18:39:07 +0000 (18:39 +0000)
commit5ed8ee39e9a85862c36e0a54a73c1e3a880730f5
treeb691a5e9bc5a44fbb64e4ad08ab767f50eff6a52
parent10e92b85a730836abe2d7c0564da0b5c55154f95
Add tests for tag methods on object models
14 files changed:
test/fixtures/current_relation_tags.yml
test/fixtures/current_way_tags.yml
test/fixtures/relation_tags.yml
test/fixtures/way_tags.yml
test/unit/node_test.rb
test/unit/old_node_test.rb
test/unit/old_relation_tag_test.rb
test/unit/old_relation_test.rb [new file with mode: 0644]
test/unit/old_way_tag_test.rb
test/unit/old_way_test.rb [new file with mode: 0644]
test/unit/relation_tag_test.rb
test/unit/relation_test.rb
test/unit/way_tag_test.rb
test/unit/way_test.rb