Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

Commit bf0ea29

Browse files
committed
Remove deprecated config from test environment
1 parent 7a40646 commit bf0ea29

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ gem 'net-ldap'
4040
# TODO: Edge versions require coffee-rails https://github.com/rails/rails/issues/28965
4141
gem 'coffee-rails', '~> 5.0'
4242

43-
# TODO: This line should be removed when sassc-rails has the latest version of sassc.
43+
# TODO: The following line should be removed when sassc-rails has the latest version of sassc.
4444
gem 'sassc', '~> 2.2.0'
4545
gem 'sassc-rails'
4646

config/environments/test.rb

-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,4 @@
4949

5050
# Raises error for missing translations
5151
config.action_view.raise_on_missing_translations = true
52-
53-
# Prevent expensive template finalization at end of test suite runs.
54-
config.action_view.finalize_compiled_template_methods = false
5552
end

0 commit comments

Comments
 (0)