aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/counting_loader.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/autoloading_fixtures/counting_loader.rb')
-rw-r--r--activesupport/test/autoloading_fixtures/counting_loader.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/autoloading_fixtures/counting_loader.rb b/activesupport/test/autoloading_fixtures/counting_loader.rb
index 4225c4412c..2a4001b815 100644
--- a/activesupport/test/autoloading_fixtures/counting_loader.rb
+++ b/activesupport/test/autoloading_fixtures/counting_loader.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
$counting_loaded_times ||= 0
$counting_loaded_times += 1