aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/loads_constant.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/autoloading_fixtures/loads_constant.rb')
-rw-r--r--activesupport/test/autoloading_fixtures/loads_constant.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/activesupport/test/autoloading_fixtures/loads_constant.rb b/activesupport/test/autoloading_fixtures/loads_constant.rb
new file mode 100644
index 0000000000..0bb434a956
--- /dev/null
+++ b/activesupport/test/autoloading_fixtures/loads_constant.rb
@@ -0,0 +1,7 @@
+# frozen_string_literal: true
+
+module LoadsConstant
+end
+
+# The _ = assignment is to prevent warnings
+_ = RequiresConstant