Skip to content

Instantly share code, notes, and snippets.

@rozkminiacz
Created April 15, 2018 10:54
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/0d7363c6e62190f628032fdf8385ca8f to your computer and use it in GitHub Desktop.
Save rozkminiacz/0d7363c6e62190f628032fdf8385ca8f to your computer and use it in GitHub Desktop.
testCases.forEach { value, expectedValue ->
on("$value"){
it("should print $expectedValue"){}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment