Sha256: c145199d26ca927fcf8ccc8499980b8f0a1f91793405399e96297cb523db5258

Contents?: true

Size: 124 Bytes

Versions: 180

Compression:

Stored size: 124 Bytes

Contents

#!/usr/bin/env bats

@test "Say Hi!" {
  run bash hello_world.sh

  [ "$status" -eq 0 ]
  [ "$output" = "Hello, World!" ]
}

Version data entries

180 entries across 180 versions & 1 rubygems

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