aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/html/some_class.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/autoloading_fixtures/html/some_class.rb')
-rw-r--r--activesupport/test/autoloading_fixtures/html/some_class.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/activesupport/test/autoloading_fixtures/html/some_class.rb b/activesupport/test/autoloading_fixtures/html/some_class.rb
new file mode 100644
index 0000000000..fbbfd4a214
--- /dev/null
+++ b/activesupport/test/autoloading_fixtures/html/some_class.rb
@@ -0,0 +1,6 @@
+# frozen_string_literal: true
+
+module HTML
+ class SomeClass
+ end
+end