aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/categories_ordered.yml
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/categories_ordered.yml')
-rw-r--r--activerecord/test/fixtures/categories_ordered.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/activerecord/test/fixtures/categories_ordered.yml b/activerecord/test/fixtures/categories_ordered.yml
new file mode 100644
index 0000000000..294a6368d6
--- /dev/null
+++ b/activerecord/test/fixtures/categories_ordered.yml
@@ -0,0 +1,7 @@
+--- !omap
+<% 100.times do |i| %>
+- fixture_no_<%= i %>:
+ id: <%= i %>
+ name: <%= "Category #{i}" %>
+ type: Category
+<% end %>