cerihughes
cerihughes
Create a collection view layout in the collection view factory when we create the collection view, and absolve the view controller of that responsibility. The VC now also doesn't need...
Always use `XCTAssertEqualObjects` when comparing objects for equality. `XCTAssertEqual` was causing some issues with `NSIndexPath` equality on 32 bit architectures (possibly because 64-bit architectures pool instances that are equal?)
Hi Jon, We're running into some issues where mocks injected into some code under test cause problems if the mock is called from the dealloc method AND ONLY the dealloc...