]> git.openstreetmap.org Git - rails.git/commit
Replace fixtures with a factory for old_node_tags
authorAndy Allan <git@gravitystorm.co.uk>
Sun, 30 Oct 2016 14:36:33 +0000 (15:36 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Sun, 30 Oct 2016 14:36:33 +0000 (15:36 +0100)
commitacb7f440690b1f773f71ded256f3986a5606b334
tree25d650fda3760be8923f167f438ed81f43093ffa
parent48eb8eb3690851f7f26afc68e1524341fcb6c187
Replace fixtures with a factory for old_node_tags

Also includes a slight simplification of the old_node_tags tests.
.rubocop_todo.yml
test/controllers/changeset_controller_test.rb
test/controllers/old_node_controller_test.rb
test/factories/old_node_tags.rb [new file with mode: 0644]
test/fixtures/node_tags.yml [deleted file]
test/helpers/browse_helper_test.rb
test/models/old_node_tag_test.rb
test/models/old_node_test.rb
test/test_helper.rb