Skip to content

Instantly share code, notes, and snippets.

@hhariri
Created January 21, 2013 14:51
Show Gist options
  • Save hhariri/4586610 to your computer and use it in GitHub Desktop.
Save hhariri/4586610 to your computer and use it in GitHub Desktop.
public fun given(description : String, givenExpression: () -> Unit) {
// code omitted
}
public fun on(description: String, onExpression: () -> Unit) {
// code omitted
}
public fun it(description: String, itExpression: () -> Unit) {
// code omitted
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment