aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2006-03-27 05:13:46 +0000
committerNicholas Seckar <nseckar@gmail.com>2006-03-27 05:13:46 +0000
commit9efca53908c09b7f188183aec6c0a4a2df347316 (patch)
treebd1eacf10bdcaef1112bf0c36d3a3743fb092733 /activesupport/test/autoloading_fixtures
parent24403498ba8582d29f55aab16ffd5920dec1c669 (diff)
downloadrails-9efca53908c09b7f188183aec6c0a4a2df347316.tar.gz
rails-9efca53908c09b7f188183aec6c0a4a2df347316.tar.bz2
rails-9efca53908c09b7f188183aec6c0a4a2df347316.zip
Dependencies cleanup. Fixes #4221.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4060 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/test/autoloading_fixtures')
-rw-r--r--activesupport/test/autoloading_fixtures/module_folder/nested_class.rb2
-rw-r--r--activesupport/test/autoloading_fixtures/module_folder/nested_sibling.rb2
2 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/test/autoloading_fixtures/module_folder/nested_class.rb b/activesupport/test/autoloading_fixtures/module_folder/nested_class.rb
new file mode 100644
index 0000000000..39ee0e50d5
--- /dev/null
+++ b/activesupport/test/autoloading_fixtures/module_folder/nested_class.rb
@@ -0,0 +1,2 @@
+class ModuleFolder::NestedClass
+end \ No newline at end of file
diff --git a/activesupport/test/autoloading_fixtures/module_folder/nested_sibling.rb b/activesupport/test/autoloading_fixtures/module_folder/nested_sibling.rb
new file mode 100644
index 0000000000..80244b8bab
--- /dev/null
+++ b/activesupport/test/autoloading_fixtures/module_folder/nested_sibling.rb
@@ -0,0 +1,2 @@
+class ModuleFolder::NestedSibling
+end \ No newline at end of file