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.rb5
1 files changed, 5 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..f43bfea235
--- /dev/null
+++ b/activesupport/test/dependencies/service_one.rb
@@ -0,0 +1,5 @@
+$loaded_service_one ||= 0
+$loaded_service_one += 1
+
+class ServiceOne
+end \ No newline at end of file