From 5be3d89f4e2ecd78d631a33f2ebbf4a8cd017096 Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Wed, 4 Jul 2012 23:47:41 -0500 Subject: CSV fixtures aren't supported by default anymore, update generated test_helper.rb to reflect that --- railties/lib/rails/generators/rails/app/templates/test/test_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/lib/rails/generators/rails/app/templates/test/test_helper.rb b/railties/lib/rails/generators/rails/app/templates/test/test_helper.rb index 0090293200..9afda2d0df 100644 --- a/railties/lib/rails/generators/rails/app/templates/test/test_helper.rb +++ b/railties/lib/rails/generators/rails/app/templates/test/test_helper.rb @@ -6,7 +6,7 @@ class ActiveSupport::TestCase <% unless options[:skip_active_record] -%> ActiveRecord::Migration.check_pending! - # Setup all fixtures in test/fixtures/*.(yml|csv) for all tests in alphabetical order. + # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. # # Note: You'll currently still have to declare fixtures explicitly in integration tests # -- they do not yet inherit this setting -- cgit v1.2.3