Replace changeset_tags fixtures with a factory.

This commit is contained in:
Andy Allan 2016-10-30 12:45:02 +01:00
parent 48eb8eb369
commit 596494a590
6 changed files with 16 additions and 18 deletions

View file

@ -1649,6 +1649,7 @@ EOF
## Now try with the public user
changeset = changesets(:public_user_first_change)
create(:changeset_tag, :changeset => changeset)
new_changeset = changeset.to_xml
new_tag = XML::Node.new "tag"
new_tag["k"] = "tagtesting"