-
Hartley McGuire authored
Manually add require to lib/rails.rb because it's a framework entrypoint, lib/rails/command.rb because its the entrypoint for the CLI. Additionally migrated Rails::TestUnitReporter off of `class_attribute` since the class is internal and doesn't need the additional features (It gets required very early when running Rails' test suite).
Hartley McGuire authoredManually add require to lib/rails.rb because it's a framework entrypoint, lib/rails/command.rb because its the entrypoint for the CLI. Additionally migrated Rails::TestUnitReporter off of `class_attribute` since the class is internal and doesn't need the additional features (It gets required very early when running Rails' test suite).
Loading