From d38f6118259854dcf89aad6cffeadc2a13f59a16 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Fri, 6 Jul 2012 08:53:51 -0300 Subject: [PATCH] Remove mention to csv fixtures from test_helper in guides [ci skip] --- guides/code/getting_started/test/test_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/code/getting_started/test/test_helper.rb b/guides/code/getting_started/test/test_helper.rb index 8bf1192ffe..3daca18a71 100644 --- a/guides/code/getting_started/test/test_helper.rb +++ b/guides/code/getting_started/test/test_helper.rb @@ -3,7 +3,7 @@ require 'rails/test_help' class ActiveSupport::TestCase - # 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 -- GitLab