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.rb5
1 files changed, 5 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..0b30dc8bca
--- /dev/null
+++ b/activesupport/test/autoloading_fixtures/loads_constant.rb
@@ -0,0 +1,5 @@
+module LoadsConstant
+end
+
+# The _ = assignment is to prevent warnings
+_ = RequiresConstant