test/fixtures/employees.yml in composite_primary_keys-8.1.8 vs test/fixtures/employees.yml in composite_primary_keys-9.0.0.beta1

- old
+ new

@@ -1,23 +1,19 @@ -steve: - id: 1 - department_id: 1 - location_id: 1 - name: steve - -jill: - id: 2 - department_id: 1 - location_id: 1 - name: jill - -sarah: - id: 3 - department_id: 2 - location_id: 1 - name: sarah - -robert: - id: 4 - department_id: 2 - location_id: 1 - name: robert +steve: + id: 1 + department_id: 1 + location_id: 1 + +jill: + id: 2 + department_id: 1 + location_id: 1 + +sarah: + id: 3 + department_id: 2 + location_id: 1 + +robert: + id: 4 + department_id: 2 + location_id: 1 \ No newline at end of file