Skip to content
  • Hartley McGuire's avatar
    1db66c0d
    `./tools/railspect requires . -a` + manual fixes · 1db66c0d
    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).
    1db66c0d
    `./tools/railspect requires . -a` + manual fixes
    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).
Loading