Skip to content

Instantly share code, notes, and snippets.

@mfebrianto
Last active September 1, 2022 12:34
Show Gist options
  • Save mfebrianto/0a93322037a112891041aaa222ac4346 to your computer and use it in GitHub Desktop.
Save mfebrianto/0a93322037a112891041aaa222ac4346 to your computer and use it in GitHub Desktop.
object ExampleSpec : Spek({
describe("simple test") {
it("returns true") {
assertTrue(true)
}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment