test/fixtures/tariffs.yml in composite_primary_keys-8.1.6 vs test/fixtures/tariffs.yml in composite_primary_keys-8.1.7
- 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: 1
- 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: 1
+ start_date: <%= Date.today.next.to_s(:db) %>
+ amount: 100
\ No newline at end of file