Skip to content

Instantly share code, notes, and snippets.

@rozkminiacz
Created March 12, 2018 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rozkminiacz/1156e3f775a2c5a1cc6507106cc70837 to your computer and use it in GitHub Desktop.
Save rozkminiacz/1156e3f775a2c5a1cc6507106cc70837 to your computer and use it in GitHub Desktop.
fun SpecBody.detachPresenterAction(presenter: PeopleListPresenter) {
on("presenter detach") {
presenter.detach()
it("should detach view") {
Assert.assertNull(presenter.view)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment