mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 03:48:18 -07:00
25 lines
419 B
Plaintext
25 lines
419 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. |