rails--rails/activesupport/test/autoloading_fixtures
Xavier Noria 27624077e6 Delete orphan autoloading fixtures
Rails now delegates autoloading to Zeitwerk, and therefore does not need to test
autoloading itself. Zeitwerk has test coverage, in Rails we only need to test
the integration.

We are gradually trimming AS::Dependencies, and the AS test suite. With the
removal of DependenciesTestHelpers and client code in af27a25, these fixtures
became orphan.

Three of them are left. They are to be autoloaded with Module#autoload because
they raise errors when the file is evaluated. Their current use cases are
already committed.
2021-04-06 20:14:10 +02:00
..
raises_load_error.rb Fix safe_constantize to not raise a LoadError. 2019-01-09 14:52:46 -05:00
raises_name_error.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00
raises_no_method_error.rb [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` 2017-07-11 13:12:32 +09:00