]> git.openstreetmap.org Git - rails.git/commit
Replace factory_girl with factory_bot
authorTom Hughes <tom@compton.nu>
Sun, 29 Oct 2017 19:29:30 +0000 (19:29 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 29 Oct 2017 19:29:30 +0000 (19:29 +0000)
commitb2fa94750221ec316eb6c5244ca66543f321538c
treed72f7558cbd2c662dc5ee668e0ab70873fdbf5b7
parent1c77d2432e17829a790d3e2dbf2a9267833ec1f0
Replace factory_girl with factory_bot
39 files changed:
Gemfile
Gemfile.lock
test/factories/acls.rb
test/factories/changeset_comments.rb
test/factories/changeset_tags.rb
test/factories/changesets.rb
test/factories/client_applications.rb
test/factories/diary_comments.rb
test/factories/diary_entries.rb
test/factories/friends.rb
test/factories/languages.rb
test/factories/messages.rb
test/factories/node.rb
test/factories/node_tags.rb
test/factories/note_comments.rb
test/factories/notes.rb
test/factories/old_node.rb
test/factories/old_node_tags.rb
test/factories/old_relation.rb
test/factories/old_relation_member.rb
test/factories/old_relation_tags.rb
test/factories/old_way.rb
test/factories/old_way_node.rb
test/factories/old_way_tags.rb
test/factories/redaction.rb
test/factories/relation.rb
test/factories/relation_member.rb
test/factories/relation_tags.rb
test/factories/tracepoints.rb
test/factories/traces.rb
test/factories/tracetags.rb
test/factories/user.rb
test/factories/user_blocks.rb
test/factories/user_preferences.rb
test/factories/user_role.rb
test/factories/way.rb
test/factories/way_node.rb
test/factories/way_tags.rb
test/test_helper.rb