]> git.openstreetmap.org Git - rails.git/commit
Replace fixtures with factory for way_tags
authorAndy Allan <git@gravitystorm.co.uk>
Mon, 31 Oct 2016 10:49:51 +0000 (11:49 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Mon, 31 Oct 2016 10:49:51 +0000 (11:49 +0100)
commit97d63db36993434d7175f0f7445e5b0b250d847f
tree6c18a9c61d3ae4ece861f24cdbc8669c666b099d
parent3026af170a18d04d624144251d7b3acdeee03fea
Replace fixtures with factory for way_tags
test/controllers/search_controller_test.rb
test/controllers/way_controller_test.rb
test/factories/way_tags.rb [new file with mode: 0644]
test/fixtures/current_way_tags.yml [deleted file]
test/models/way_tag_test.rb
test/models/way_test.rb
test/test_helper.rb