Skip to content

Commit

Permalink
Merge pull request rails#6968 from guilleiguaran/update-test-helper
Browse files Browse the repository at this point in the history
CSV fixtures aren't supported by default anymore, update generated test_helper.rb to reflect that
  • Loading branch information
rafaelfranca committed Jul 5, 2012
2 parents 6f74d36 + 5be3d89 commit 9f57ee5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit 9f57ee5

Please sign in to comment.