test/fixtures/mails.yml in parlement-0.2 vs test/fixtures/mails.yml in parlement-0.3
- old
+ new
@@ -1,7 +1,13 @@
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
first_mail:
id: 1
- elt_id: mail
+ elt_id: ROOT
+ message: <hello@world>
another_mail:
id: 2
elt_id: mail
+ message: <helloMail@world>
+parent_mail:
+ id: 3
+ elt_id: 0
+ message: <helloParent@world>