aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/load_path/loaded_constant.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/autoloading_fixtures/load_path/loaded_constant.rb')
-rw-r--r--activesupport/test/autoloading_fixtures/load_path/loaded_constant.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/autoloading_fixtures/load_path/loaded_constant.rb b/activesupport/test/autoloading_fixtures/load_path/loaded_constant.rb
index d2c4f6b0c5..e5f73d9f0c 100644
--- a/activesupport/test/autoloading_fixtures/load_path/loaded_constant.rb
+++ b/activesupport/test/autoloading_fixtures/load_path/loaded_constant.rb
@@ -1,2 +1,3 @@
+# frozen_string_literal: true
module LoadedConstant
end