aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/books.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/books.yml')
-rw-r--r--activerecord/test/fixtures/books.yml33
1 files changed, 33 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/books.yml b/activerecord/test/fixtures/books.yml
new file mode 100644
index 0000000000..699623a6f9
--- /dev/null
+++ b/activerecord/test/fixtures/books.yml
@@ -0,0 +1,33 @@
+awdr:
+ author_id: 1
+ id: 1
+ name: "Agile Web Development with Rails"
+ format: "paperback"
+ status: :published
+ read_status: :read
+ language: :english
+ author_visibility: :visible
+ illustrator_visibility: :visible
+ font_size: :medium
+ difficulty: :medium
+
+rfr:
+ author_id: 1
+ id: 2
+ name: "Ruby for Rails"
+ format: "ebook"
+ status: "proposed"
+ read_status: "reading"
+
+ddd:
+ author_id: 1
+ id: 3
+ name: "Domain-Driven Design"
+ format: "hardcover"
+ status: 2
+ read_status: "forgotten"
+
+tlg:
+ author_id: 1
+ id: 4
+ name: "Thoughtleadering"