Skip to content
  • David Rodríguez's avatar
    a3882dc5
    Remove test dependency on logger · a3882dc5
    David Rodríguez authored
    I think logger is only used to figure out which methods need to be made
    noops in order to silence webrick during tests.
    
    However, it seems possible to do the same using webrick's builtin logger
    and the current method does not seem even correct since it's not
    guaranteed that the logger gem and webrick's logger will use the same
    methods.
    a3882dc5
    Remove test dependency on logger
    David Rodríguez authored
    I think logger is only used to figure out which methods need to be made
    noops in order to silence webrick during tests.
    
    However, it seems possible to do the same using webrick's builtin logger
    and the current method does not seem even correct since it's not
    guaranteed that the logger gem and webrick's logger will use the same
    methods.
Loading