From 207575b0670b4c943284e6b5bc54d24401ad25a8 Mon Sep 17 00:00:00 2001 From: Ted-U Date: Mon, 1 Aug 2022 11:40:55 +0100 Subject: [PATCH] remove junk code --- config/environments/test.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/environments/test.rb b/config/environments/test.rb index 0a52cb61e..3de3bd7e9 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -10,7 +10,6 @@ Rails.application.configure do # Turn false under Spring and add config.action_view.cache_template_loading = true config.cache_classes = true - config.action_view.cache_template_loading = true # Eager loading loads your whole application. When running a single test locally, # this probably isn't necessary. It's a good idea to do in a continuous integration @@ -60,6 +59,6 @@ Rails.application.configure do # config.i18n.raise_on_missing_translations = true # Annotate rendered view with file names. - config.action_view.annotate_rendered_view_with_filenames = true + # config.action_view.annotate_rendered_view_with_filenames = true Faker::Config.locale = "en-GB" end