aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/code/getting_started/config/environments/test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/guides/code/getting_started/config/environments/test.rb')
-rw-r--r--railties/guides/code/getting_started/config/environments/test.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/railties/guides/code/getting_started/config/environments/test.rb b/railties/guides/code/getting_started/config/environments/test.rb
index 833241ace3..08697cbbc9 100644
--- a/railties/guides/code/getting_started/config/environments/test.rb
+++ b/railties/guides/code/getting_started/config/environments/test.rb
@@ -29,11 +29,6 @@ Blog::Application.configure do
# ActionMailer::Base.deliveries array.
config.action_mailer.delivery_method = :test
- # Use SQL instead of Active Record's schema dumper when creating the test database.
- # This is necessary if your schema can't be completely dumped by the schema dumper,
- # like if you have constraints or database-specific column types
- # config.active_record.schema_format = :sql
-
# Print deprecation notices to the stderr
config.active_support.deprecation = :stderr