Service object test strategies
Previously, we looked at service objects: what are they, how can they clean up controllers and models, and how they can better organize your Rails project. Next we’ll see how service objects simplify unit tests and can speed up your test suite.