]> git.openstreetmap.org Git - rails.git/commit
Move Way.to_xml and to_xml_node out of the model and into tests
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 20 Nov 2019 14:31:47 +0000 (15:31 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 20 Nov 2019 14:31:47 +0000 (15:31 +0100)
commit2b1bac1279e268c8e5fcca34c950f30d2c06ec1c
tree85ce9827656e2636fb1d660ccb1c89bd3ec64d58
parent6852bc9c9255aca49da991d295c2b8c5555a3db9
Move Way.to_xml and to_xml_node out of the model and into tests

This code is only used in the tests. Refs #2433
app/models/way.rb
test/controllers/api/changesets_controller_test.rb
test/controllers/api/ways_controller_test.rb
test/test_helper.rb