Replace changeset_tags fixtures with a factory.
This commit is contained in:
parent
48eb8eb369
commit
596494a590
6 changed files with 16 additions and 18 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue