]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/gems/composite_primary_keys-1.1.0/test/fixtures/tariffs.yml
Freezing composite primary key so that we can apply TomH's patch to it, and that...
[rails.git] / vendor / gems / composite_primary_keys-1.1.0 / test / fixtures / tariffs.yml
diff --git a/vendor/gems/composite_primary_keys-1.1.0/test/fixtures/tariffs.yml b/vendor/gems/composite_primary_keys-1.1.0/test/fixtures/tariffs.yml
new file mode 100644 (file)
index 0000000..7346fc5
--- /dev/null
@@ -0,0 +1,13 @@
+flat:\r
+  tariff_id: 1\r
+  start_date: <%= Date.today.to_s(:db) %>\r
+  amount: 50\r
+free:\r
+  tariff_id: 2\r
+  start_date: <%= Date.today.to_s(:db) %>\r
+  amount: 0\r
+flat_future:\r
+  tariff_id: 1\r
+  start_date: <%= Date.today.next.to_s(:db) %>\r
+  amount: 100\r
+  
\ No newline at end of file