Sha256: 2d3181d4feaa99a3a2005aaac858346b40f9f503ac25f3dbc92e1186276c20d2

Contents?: true

Size: 228 Bytes

Versions: 295

Compression:

Stored size: 228 Bytes

Contents

@Grab('org.spockframework:spock-core:1.0-groovy-2.4')
import spock.lang.*

class HelloWorldSpec extends Specification {

    def 'outputs "Hello, World!"'() {
        expect: new HelloWorld().hello() == 'Hello, World!'
    }

}

Version data entries

295 entries across 295 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/groovy/exercises/hello-world/HelloWorldSpec.groovy
trackler-2.2.1.179 tracks/groovy/exercises/hello-world/HelloWorldSpec.groovy
trackler-2.2.1.178 tracks/groovy/exercises/hello-world/HelloWorldSpec.groovy
trackler-2.2.1.177 tracks/groovy/exercises/hello-world/HelloWorldSpec.groovy
trackler-2.2.1.176 tracks/groovy/exercises/hello-world/HelloWorldSpec.groovy
trackler-2.2.1.175 tracks/groovy/exercises/hello-world/HelloWorldSpec.groovy
trackler-2.2.1.174 tracks/groovy/exercises/hello-world/HelloWorldSpec.groovy
trackler-2.2.1.173 tracks/groovy/exercises/hello-world/HelloWorldSpec.groovy
trackler-2.2.1.172 tracks/groovy/exercises/hello-world/HelloWorldSpec.groovy
trackler-2.2.1.171 tracks/groovy/exercises/hello-world/HelloWorldSpec.groovy
trackler-2.2.1.170 tracks/groovy/exercises/hello-world/HelloWorldSpec.groovy
trackler-2.2.1.169 tracks/groovy/exercises/hello-world/HelloWorldSpec.groovy
trackler-2.2.1.167 tracks/groovy/exercises/hello-world/HelloWorldSpec.groovy
trackler-2.2.1.166 tracks/groovy/exercises/hello-world/HelloWorldSpec.groovy
trackler-2.2.1.165 tracks/groovy/exercises/hello-world/HelloWorldSpec.groovy
trackler-2.2.1.164 tracks/groovy/exercises/hello-world/HelloWorldSpec.groovy
trackler-2.2.1.163 tracks/groovy/exercises/hello-world/HelloWorldSpec.groovy
trackler-2.2.1.162 tracks/groovy/exercises/hello-world/HelloWorldSpec.groovy
trackler-2.2.1.161 tracks/groovy/exercises/hello-world/HelloWorldSpec.groovy
trackler-2.2.1.160 tracks/groovy/exercises/hello-world/HelloWorldSpec.groovy