Project

General

Profile

« Previous | Next » 

Revision a3882dc5

Added by deivid (David Rodríguez) 5 months ago

Remove test dependency on logger

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.