diff options
Diffstat (limited to 'activesupport/test/fixtures/autoload/another_class.rb')
-rw-r--r-- | activesupport/test/fixtures/autoload/another_class.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/test/fixtures/autoload/another_class.rb b/activesupport/test/fixtures/autoload/another_class.rb new file mode 100644 index 0000000000..a240b3de41 --- /dev/null +++ b/activesupport/test/fixtures/autoload/another_class.rb @@ -0,0 +1,2 @@ +class Fixtures::AnotherClass +end
\ No newline at end of file |