aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/tasks.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/tasks.yml')
-rw-r--r--activerecord/test/fixtures/tasks.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/tasks.yml b/activerecord/test/fixtures/tasks.yml
new file mode 100644
index 0000000000..c8b158dc17
--- /dev/null
+++ b/activerecord/test/fixtures/tasks.yml
@@ -0,0 +1,7 @@
+# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
+first_task:
+ id: 1
+ starting: "2005-03-30 06:30:00"
+ ending: "2005-03-30 08:30:00"
+another_task:
+ id: 2