aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-11-14 22:50:56 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-11-14 22:50:56 +0000
commit1225b2f76ef0b744b0ef90b58ff2135449cb5c17 (patch)
tree12bcaa68ee3934be183ebc45219ffb41c14edeed
parent5e772321a39fb42d08671a7f13f19f74f445b46e (diff)
downloadrails-1225b2f76ef0b744b0ef90b58ff2135449cb5c17.tar.gz
rails-1225b2f76ef0b744b0ef90b58ff2135449cb5c17.tar.bz2
rails-1225b2f76ef0b744b0ef90b58ff2135449cb5c17.zip
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
-rw-r--r--railties/helpers/test_helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/helpers/test_helper.rb b/railties/helpers/test_helper.rb
index 11ee5d62d2..f91c6a16b2 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