Skip to content

Instantly share code, notes, and snippets.

@edwardharks
Created February 28, 2018 14:35
Show Gist options
  • Select an option

  • Save edwardharks/60c59459dead4bedc04d8cc1cc1535ac to your computer and use it in GitHub Desktop.

Select an option

Save edwardharks/60c59459dead4bedc04d8cc1cc1535ac to your computer and use it in GitHub Desktop.
@Test
fun logsInWhenUserSelectsLogin() {
given {
user has { loggedOut() }
} whenever {
user launches {
app()
} selects {
login()
}
} then {
user sees { loggedIn() }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment