Skip to content

Commit

Permalink
Remove mention to csv fixtures from test_helper in guides [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Jul 6, 2012
1 parent 07314e6 commit d38f611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/code/getting_started/test/test_helper.rb
Expand Up @@ -3,7 +3,7 @@
require 'rails/test_help' require 'rails/test_help'


class ActiveSupport::TestCase 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 # Note: You'll currently still have to declare fixtures explicitly in integration tests
# -- they do not yet inherit this setting # -- they do not yet inherit this setting
Expand Down

0 comments on commit d38f611

Please sign in to comment.