diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-07-06 08:53:51 -0300 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2012-07-06 08:53:51 -0300 |
commit | d38f6118259854dcf89aad6cffeadc2a13f59a16 (patch) | |
tree | c6a7ee63d988bc5bbd9b0aa0deadec1cb8d0e209 /guides/code/getting_started | |
parent | 07314e64fd62fb8e6165c8c539420160da9437e9 (diff) | |
download | rails-d38f6118259854dcf89aad6cffeadc2a13f59a16.tar.gz rails-d38f6118259854dcf89aad6cffeadc2a13f59a16.tar.bz2 rails-d38f6118259854dcf89aad6cffeadc2a13f59a16.zip |
Remove mention to csv fixtures from test_helper in guides [ci skip]
Diffstat (limited to 'guides/code/getting_started')
-rw-r--r-- | guides/code/getting_started/test/test_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 File.expand_path('../../config/environment', __FILE__) 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 |