aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/class_folder/nested_class.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/autoloading_fixtures/class_folder/nested_class.rb')
-rw-r--r--activesupport/test/autoloading_fixtures/class_folder/nested_class.rb4
1 files changed, 4 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
new file mode 100644
index 0000000000..08bed842cf
--- /dev/null
+++ b/activesupport/test/autoloading_fixtures/class_folder/nested_class.rb
@@ -0,0 +1,4 @@
+class ClassFolder
+ class NestedClass
+ end
+end