]> git.openstreetmap.org Git - rails.git/commit
Replace fixtures with factory for relation_tags
authorAndy Allan <git@gravitystorm.co.uk>
Mon, 31 Oct 2016 11:30:57 +0000 (12:30 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Mon, 31 Oct 2016 11:30:57 +0000 (12:30 +0100)
commitaa185bf4f88e12bad895abaabc9948514e9f1ec5
treeecdd5fd39165af272d8caa234b4fd9be5622d439
parent97d63db36993434d7175f0f7445e5b0b250d847f
Replace fixtures with factory for relation_tags
test/controllers/amf_controller_test.rb
test/controllers/relation_controller_test.rb
test/controllers/search_controller_test.rb
test/factories/relation_tags.rb [new file with mode: 0644]
test/fixtures/current_relation_tags.yml [deleted file]
test/models/relation_tag_test.rb
test/models/relation_test.rb
test/test_helper.rb