From 1225b2f76ef0b744b0ef90b58ff2135449cb5c17 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Wed, 14 Nov 2007 22:50:56 +0000 Subject: [PATCH] Remove warning about fixture loading order from test_helper since we disable foreign key checks now. [Mike Clark] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8145 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/helpers/test_helper.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/railties/helpers/test_helper.rb b/railties/helpers/test_helper.rb index 11ee5d62d2faa..f91c6a16b23d5 100644 --- a/railties/helpers/test_helper.rb +++ b/railties/helpers/test_helper.rb @@ -25,8 +25,6 @@ class Test::Unit::TestCase self.use_instantiated_fixtures = false # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order. - # If you need to control the loading order (due to foreign key constraints etc), you'll - # need to change this line to explicitly name the order you desire. # # Note: You'll currently still have to declare fixtures explicitly in integration tests # -- they do not yet inherit this setting