aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/dependencies/service_one.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/dependencies/service_one.rb')
-rw-r--r--activesupport/test/dependencies/service_one.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/activesupport/test/dependencies/service_one.rb b/activesupport/test/dependencies/service_one.rb
new file mode 100644
index 0000000000..2a4a39144d
--- /dev/null
+++ b/activesupport/test/dependencies/service_one.rb
@@ -0,0 +1,7 @@
+# frozen_string_literal: true
+
+$loaded_service_one ||= 0
+$loaded_service_one += 1
+
+class ServiceOne
+end