diff options
Diffstat (limited to 'activesupport/test/dependencies/service_one.rb')
-rw-r--r-- | activesupport/test/dependencies/service_one.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/dependencies/service_one.rb b/activesupport/test/dependencies/service_one.rb index 6149297741..2a4a39144d 100644 --- a/activesupport/test/dependencies/service_one.rb +++ b/activesupport/test/dependencies/service_one.rb @@ -1,4 +1,5 @@ # frozen_string_literal: true + $loaded_service_one ||= 0 $loaded_service_one += 1 |