Files
OnJava8/docs/_style/prism-master/tests/languages/groovy/spock-block_feature.test
2019-03-30 20:31:44 +08:00

25 lines
443 B
Plaintext

setup:
given:
when:
then:
and:
cleanup:
expect:
where:
----------------------------------------------------
[
["spock-block", "setup:"],
["spock-block", "given:"],
["spock-block", "when:"],
["spock-block", "then:"],
["spock-block", "and:"],
["spock-block", "cleanup:"],
["spock-block", "expect:"],
["spock-block", "where:"]
]
----------------------------------------------------
Checks for all spock blocks.