This commit is contained in:
Kacper Koza 2019-03-30 00:36:29 +01:00
parent 6ce8073fde
commit cd23e7c905
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import spock.lang.Specification
class StackTraceTest extends Specification {
def 'stacktrace'() {
def 'stkacktrace'() {
// expect:
// throw new RuntimeException("blabla")
}