context("with type .Designer") {

                    it("should present alert") {
                        sut.infoViewDidTapAuthor(FakeAuthorProvider().authors.first!.copy(withType: .designer))
                        expect(spyPresenter.capturedPresentedViewController as? UIAlertController).notTo(beNil())