If you are familiar with expectations in XCTest, you will know that it's another way to test asynchronous operations. Using RxBlocking just happens to be way easier. Let's start with a small implementation and see how to take advantage of this library while testing asynchronous operations.