aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/a
diff options
context:
space:
mode:
authorTobias Lütke <tobias.luetke@gmail.com>2006-02-04 21:24:40 +0000
committerTobias Lütke <tobias.luetke@gmail.com>2006-02-04 21:24:40 +0000
commit6fa5b7b304ae9d4a56232e436feec8cc691ad92a (patch)
treeea8ce3dddd8c4308c6241b2dab3a706694c5393c /activesupport/test/autoloading_fixtures/a
parent9474fe72dd388559aa013717e9e91b5a87aa872c (diff)
downloadrails-6fa5b7b304ae9d4a56232e436feec8cc691ad92a.tar.gz
rails-6fa5b7b304ae9d4a56232e436feec8cc691ad92a.tar.bz2
rails-6fa5b7b304ae9d4a56232e436feec8cc691ad92a.zip
added some (pointless) test cases to dependency loading, the more the merrier
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3537 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/test/autoloading_fixtures/a')
-rw-r--r--activesupport/test/autoloading_fixtures/a/c/e/f.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/test/autoloading_fixtures/a/c/e/f.rb b/activesupport/test/autoloading_fixtures/a/c/e/f.rb
new file mode 100644
index 0000000000..57dba5a307
--- /dev/null
+++ b/activesupport/test/autoloading_fixtures/a/c/e/f.rb
@@ -0,0 +1,2 @@
+class A::C::E::F
+end \ No newline at end of file