aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/funny_jokes.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/funny_jokes.yml')
-rw-r--r--activerecord/test/fixtures/funny_jokes.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/funny_jokes.yml b/activerecord/test/fixtures/funny_jokes.yml
new file mode 100644
index 0000000000..d47c4a6a10
--- /dev/null
+++ b/activerecord/test/fixtures/funny_jokes.yml
@@ -0,0 +1,10 @@
+a_joke:
+ id: 1
+ name: Knock knock
+
+another_joke:
+ id: 2
+ name: |
+ The \n Aristocrats
+ Ate the candy
+