From 1b3bae967dbc2a55a9dffb267a93a6a470f27e53 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Tue, 28 Feb 2006 17:46:16 +0000 Subject: Add missing fixtures for #3937. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3700 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/categories/special_categories.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 activerecord/test/fixtures/categories/special_categories.yml (limited to 'activerecord/test/fixtures/categories/special_categories.yml') diff --git a/activerecord/test/fixtures/categories/special_categories.yml b/activerecord/test/fixtures/categories/special_categories.yml new file mode 100644 index 0000000000..517fc8f7ad --- /dev/null +++ b/activerecord/test/fixtures/categories/special_categories.yml @@ -0,0 +1,9 @@ +sub_special_1: + id: 100 + name: A special category in a subdir file + type: SpecialCategory + +sub_special_2: + id: 101 + name: Another special category + type: SpecialCategory -- cgit v1.2.3