Skip to content

Instantly share code, notes, and snippets.

@rozkminiacz
Last active May 7, 2018 21:53
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/b7e1d2e47e507c85275d19e0b9db16f0 to your computer and use it in GitHub Desktop.
Save rozkminiacz/b7e1d2e47e507c85275d19e0b9db16f0 to your computer and use it in GitHub Desktop.
class PromotionListPresenterTest : Spek({
describe("promotion presenter") {
//mock interactor methods
on("view attach") {
//attach presenter
it("should display promotion list") {
//assertion
}
}
on("load more click") {
it("should load more") {
//assertion
}
}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment