aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/fixtures/autoload/another_class.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/fixtures/autoload/another_class.rb')
-rw-r--r--activesupport/test/fixtures/autoload/another_class.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/fixtures/autoload/another_class.rb b/activesupport/test/fixtures/autoload/another_class.rb
index f61698823c..cf38336cf8 100644
--- a/activesupport/test/fixtures/autoload/another_class.rb
+++ b/activesupport/test/fixtures/autoload/another_class.rb
@@ -1,3 +1,4 @@
# frozen_string_literal: true
+
class Fixtures::AnotherClass
end