]> git.openstreetmap.org Git - rails.git/commit
Adding some more unit test stubs that need filling out. Adding changeset tags fixture...
authorShaun McDonald <shaun@shaunmcdonald.me.uk>
Fri, 14 Nov 2008 02:06:04 +0000 (02:06 +0000)
committerShaun McDonald <shaun@shaunmcdonald.me.uk>
Fri, 14 Nov 2008 02:06:04 +0000 (02:06 +0000)
commitc8b70c1c7279b4ddaf4910c77b6dbc237c0c67e1
tree5fafbf228ea9dfa22107cf4f4b4144db57e9f104
parentbdd5c317a7a765a653d98baa062e192ddf615804
Adding some more unit test stubs that need filling out. Adding changeset tags fixture. Indentation fix in way model.
app/models/way.rb
test/fixtures/changeset_tags.yml [new file with mode: 0644]
test/unit/changeset_tag_test.rb [new file with mode: 0644]
test/unit/changeset_test.rb [new file with mode: 0644]
test/unit/way_node_test.rb [new file with mode: 0644]
test/unit/way_tag_test.rb [new file with mode: 0644]
test/unit/way_test.rb