From 6fa5b7b304ae9d4a56232e436feec8cc691ad92a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20L=C3=BCtke?= Date: Sat, 4 Feb 2006 21:24:40 +0000 Subject: 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 --- activesupport/test/autoloading_fixtures/a/c/e/f.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 activesupport/test/autoloading_fixtures/a/c/e/f.rb (limited to 'activesupport/test/autoloading_fixtures/a') 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 -- cgit v1.2.3