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.78 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.77 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.76 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.75 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.74 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.73 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.72 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.71 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.70 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.69 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.68 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.67 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.66 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.65 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.64 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.63 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.62 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.61 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.60 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.59 tracks/bash/exercises/hello-world/hello_world_test.sh