From 8f7fa55e8da2463136f2e28c0a5680783ae85fbc Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Tue, 8 Jan 2008 03:54:40 +0000 Subject: Fixtures: removed support for the ancient pre-YAML file format. Closes #10736. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8594 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/fixtures/developers_projects/david_action_controller | 3 --- activerecord/test/fixtures/developers_projects/david_active_record | 3 --- activerecord/test/fixtures/developers_projects/jamis_active_record | 2 -- 3 files changed, 8 deletions(-) delete mode 100644 activerecord/test/fixtures/developers_projects/david_action_controller delete mode 100644 activerecord/test/fixtures/developers_projects/david_active_record delete mode 100644 activerecord/test/fixtures/developers_projects/jamis_active_record (limited to 'activerecord/test/fixtures/developers_projects') diff --git a/activerecord/test/fixtures/developers_projects/david_action_controller b/activerecord/test/fixtures/developers_projects/david_action_controller deleted file mode 100644 index e6e9d0e59b..0000000000 --- a/activerecord/test/fixtures/developers_projects/david_action_controller +++ /dev/null @@ -1,3 +0,0 @@ -developer_id => 1 -project_id => 2 -joined_on => 2004-10-10 \ No newline at end of file diff --git a/activerecord/test/fixtures/developers_projects/david_active_record b/activerecord/test/fixtures/developers_projects/david_active_record deleted file mode 100644 index 2ef474c10d..0000000000 --- a/activerecord/test/fixtures/developers_projects/david_active_record +++ /dev/null @@ -1,3 +0,0 @@ -developer_id => 1 -project_id => 1 -joined_on => 2004-10-10 \ No newline at end of file diff --git a/activerecord/test/fixtures/developers_projects/jamis_active_record b/activerecord/test/fixtures/developers_projects/jamis_active_record deleted file mode 100644 index 91beb80797..0000000000 --- a/activerecord/test/fixtures/developers_projects/jamis_active_record +++ /dev/null @@ -1,2 +0,0 @@ -developer_id => 2 -project_id => 1 \ No newline at end of file -- cgit v1.2.3