class Whoa extends spock.lang.Specification {
def """Did you know that the JVM
allows really long method names
that span multiple lines and
contain punctuation?"""() {
expect:
your_mind_is_blown
where:
your_mind_is_blown = true
}
}