aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/class_folder
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/autoloading_fixtures/class_folder')
-rw-r--r--activesupport/test/autoloading_fixtures/class_folder/nested_class.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/activesupport/test/autoloading_fixtures/class_folder/nested_class.rb b/activesupport/test/autoloading_fixtures/class_folder/nested_class.rb
index 08bed842cf..77ea230d2c 100644
--- a/activesupport/test/autoloading_fixtures/class_folder/nested_class.rb
+++ b/activesupport/test/autoloading_fixtures/class_folder/nested_class.rb
@@ -1,4 +1,7 @@
class ClassFolder
class NestedClass
end
+
+ class SiblingClass
+ end
end