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.98 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.97 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.96 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.95 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.94 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.93 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.92 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.91 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.90 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.89 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.88 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.87 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.86 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.85 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.84 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.83 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.82 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.81 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.80 tracks/bash/exercises/hello-world/hello_world_test.sh
trackler-2.2.1.79 tracks/bash/exercises/hello-world/hello_world_test.sh