test/fixtures/departments.yml in composite_primary_keys-9.0.9 vs test/fixtures/departments.yml in composite_primary_keys-9.0.10

- old
+ new

@@ -1,15 +1,15 @@ -accounting: - department_id: 1 - location_id: 1 - -engineering: - department_id: 2 - location_id: 1 - -human_resources: - department_id: 3 - location_id: 2 - -offsite_accounting: - department_id: 1 - location_id: 2 +accounting: + department_id: 1 + location_id: 1 + +engineering: + department_id: 2 + location_id: 1 + +human_resources: + department_id: 3 + location_id: 2 + +offsite_accounting: + department_id: 1 + location_id: 2