diff options
Diffstat (limited to 'railties/helpers')
-rw-r--r-- | railties/helpers/test_helper.rb | 2 |
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 |