writing unit tests for rails app, which consider testing the app daemons too

32 Views Asked by At

I've got a Rails app that incorporates some daemons. Unfortunately, I haven't written unit tests for the app yet. I've recently decided to rectify that, but I'm facing a challenge—I can't figure out a way to simulate daemons effectively during test runs. Any advice or guidance on this would be greatly appreciated!

0

There are 0 best solutions below