20 lines of logic and over 300 lines of unit tests for that logic.

There's no way I'm not unit testing logic that sends notifications to people thoroughly.

@simonbs I greatly enjoy writing tests and seeing the code coverage view in Xcode go from red (not covered lines) to gray (covered lines). And watch the coverage % go up.