diff options
Diffstat (limited to 'activesupport/test/autoloading_fixtures/counting_loader.rb')
-rw-r--r-- | activesupport/test/autoloading_fixtures/counting_loader.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/test/autoloading_fixtures/counting_loader.rb b/activesupport/test/autoloading_fixtures/counting_loader.rb index 4225c4412c..6ac3a9828d 100644 --- a/activesupport/test/autoloading_fixtures/counting_loader.rb +++ b/activesupport/test/autoloading_fixtures/counting_loader.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + $counting_loaded_times ||= 0 $counting_loaded_times += 1 |