Skip to content

Commit

Permalink
Remove warning about fixture loading order from test_helper since we …
Browse files Browse the repository at this point in the history
…disable foreign key checks now. [Mike Clark]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8145 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jeremy committed Nov 14, 2007
1 parent 5e77232 commit 1225b2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions railties/helpers/test_helper.rb
Expand Up @@ -25,8 +25,6 @@ class Test::Unit::TestCase
self.use_instantiated_fixtures = false self.use_instantiated_fixtures = false


# Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order. # 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 # Note: You'll currently still have to declare fixtures explicitly in integration tests
# -- they do not yet inherit this setting # -- they do not yet inherit this setting
Expand Down

0 comments on commit 1225b2f

Please sign in to comment.