mosquito-cr / mosquito

A background task runner for crystal applications supporting periodic (CRON) and manually queued jobs
MIT License
227 stars 24 forks source link

Update tests to use Log.capture #54

Closed robacarp closed 2 years ago

robacarp commented 3 years ago

Currently mosquito is using it's own hacked version of log.capture, switching to the crystal core lib should simplify the test code.

robacarp commented 2 years ago

This seems to have been fixed in #47