Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config/environments/test.rb')
-rw-r--r--config/environments/test.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb
index 41413c55ba4..da91752549e 100644
--- a/config/environments/test.rb
+++ b/config/environments/test.rb
@@ -50,12 +50,6 @@ Rails.application.configure do
config.action_mailer.preview_path = GitlabEdition.path_glob('app/mailers/previews')
- # Print deprecation notices to the stderr
- config.active_support.deprecation = :stderr
-
- # Raise exceptions for disallowed deprecations.
- config.active_support.disallowed_deprecation = :raise
-
config.eager_load = Gitlab::Utils.to_boolean(ENV['GITLAB_TEST_EAGER_LOAD'], default: ENV['CI'].present?)
config.cache_store = :null_store