FrantaM

Results 1 comments of FrantaM

```groovy import spock.lang.* class Foo { def bar def baz void run() { int cce = bar baz.size() } } class MyFirstSpec extends Specification { def "let's try this!"() {...