aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/test/test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'guides/code/getting_started/test/test_helper.rb')
-rw-r--r--guides/code/getting_started/test/test_helper.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/guides/code/getting_started/test/test_helper.rb b/guides/code/getting_started/test/test_helper.rb
index f91a4375dc..ecbaf77ea7 100644
--- a/guides/code/getting_started/test/test_helper.rb
+++ b/guides/code/getting_started/test/test_helper.rb
@@ -6,9 +6,6 @@ class ActiveSupport::TestCase
ActiveRecord::Migration.check_pending!
# 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
fixtures :all
# Add more helper methods to be used by all tests here...