Skip to content

Instantly share code, notes, and snippets.

@leonard84
Created June 21, 2021 20:33
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 leonard84/58f61cf36e112ff654041eeec8d11a98 to your computer and use it in GitHub Desktop.
Save leonard84/58f61cf36e112ff654041eeec8d11a98 to your computer and use it in GitHub Desktop.
Hello World
import spock.lang.*
class ASpec extends Specification {
def "hello world"() {
expect: true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment