Skip to content
  • Xavier Noria's avatar
    afabe994
    Removes require_dependency from the AR test suite · afabe994
    Xavier Noria authored
    In the AR test suite require_dependency does not make much sense. Just
    call vanilla require/load.
    
    Note that in the test that made explicit use of it, there are no
    autoload paths, and no constants have been autoloaded. In reality, the
    code ended up calling Kernel#load.
    afabe994
    Removes require_dependency from the AR test suite
    Xavier Noria authored
    In the AR test suite require_dependency does not make much sense. Just
    call vanilla require/load.
    
    Note that in the test that made explicit use of it, there are no
    autoload paths, and no constants have been autoloaded. In reality, the
    code ended up calling Kernel#load.
Loading