Skip to content

Commit 64d5f8b

Browse files
authored
Merge pull request rails#49679 from zzak/railties-quiet
🤫 Quiet down railties tests
2 parents de8f8ec + 5dd8f54 commit 64d5f8b

File tree

5 files changed

+164
-201
lines changed

5 files changed

+164
-201
lines changed

railties/test/application/configuration_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def suppress_default_config
8989
def restore_default_config
9090
FileUtils.rm_rf("#{app_path}/config/environments")
9191
FileUtils.mv("#{app_path}/config/__environments__", "#{app_path}/config/environments")
92+
remove_from_env_config "production", "config.log_level = :error"
9293
end
9394

9495
test "Rails.env does not set the RAILS_ENV environment variable which would leak out into rake tasks" do

0 commit comments

Comments
 (0)