aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/pirates.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/pirates.yml')
-rw-r--r--activerecord/test/fixtures/pirates.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/pirates.yml b/activerecord/test/fixtures/pirates.yml
new file mode 100644
index 0000000000..abb91101da
--- /dev/null
+++ b/activerecord/test/fixtures/pirates.yml
@@ -0,0 +1,9 @@
+blackbeard:
+ catchphrase: "Yar."
+ parrot: george
+
+redbeard:
+ catchphrase: "Avast!"
+ parrot: louis
+ created_on: <%= 2.weeks.ago.to_s(:db) %>
+ updated_on: <%= 2.weeks.ago.to_s(:db) %>