test/fixtures/comments.yml in composite_primary_keys-10.0.5 vs test/fixtures/comments.yml in composite_primary_keys-11.0.0.beta1
- old
+ new
@@ -1,16 +1,16 @@
-comment1:
- id: 1
- person_id: 1
- person_type: Employee
-
-comment2:
- id: 2
- person_id: 1
- person_type: User
- hack_id: 7
-
-comment3:
- id: 3
- person_id: 7
- person_type: Hack
+comment1:
+ id: 1
+ person_id: 1
+ person_type: Employee
+
+comment2:
+ id: 2
+ person_id: 1
+ person_type: User
+ hack_id: 7
+
+comment3:
+ id: 3
+ person_id: 7
+ person_type: Hack
\ No newline at end of file