test/fixtures/tariffs.yml in composite_primary_keys-11.0.0.rc2 vs test/fixtures/tariffs.yml in composite_primary_keys-11.0.0

- old
+ new

@@ -1,15 +1,15 @@ -flat: - tariff_id: 1 - start_date: <%= Date.today.to_s(:db) %> - amount: 50 - -free: - tariff_id: 2 - start_date: <%= Date.today.to_s(:db) %> - amount: 0 - -flat_future: - tariff_id: 3 - start_date: <%= Date.today.next.to_s(:db) %> - amount: 100 +flat: + tariff_id: 1 + start_date: <%= Date.today.to_s(:db) %> + amount: 50 + +free: + tariff_id: 2 + start_date: <%= Date.today.to_s(:db) %> + amount: 0 + +flat_future: + tariff_id: 3 + start_date: <%= Date.today.next.to_s(:db) %> + amount: 100 \ No newline at end of file