jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/groovy/spock-block_feature.test

25 lines
419 B
Plaintext
Raw Normal View History

2016-02-03 16:00:01 -07:00
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.