aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/test/test_helper.rb
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-07-06 08:53:51 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-07-06 08:53:51 -0300
commitd38f6118259854dcf89aad6cffeadc2a13f59a16 (patch)
treec6a7ee63d988bc5bbd9b0aa0deadec1cb8d0e209 /guides/code/getting_started/test/test_helper.rb
parent07314e64fd62fb8e6165c8c539420160da9437e9 (diff)
downloadrails-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/test/test_helper.rb')
-rw-r--r--guides/code/getting_started/test/test_helper.rb2
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