2
0
Fork 0
mirror of https://github.com/kdabir/has.git synced 2024-11-11 14:40:48 +01:00

node was not there on travis, git must be :)

This commit is contained in:
Kunal Dabir 2017-08-28 22:10:04 +05:30
parent c4695a0bdd
commit 1745c1d2b2

View file

@ -1,9 +1,9 @@
#!/usr/bin/env bats #!/usr/bin/env bats
@test "works with single command check" { @test "works with single command check" {
result=$(bash has node) result=$(bash has git)
[[ $result == *"✔ node"* ]] [[ $result == *"✔ git"* ]]
} }
@test "safely tells about tools not configured" { @test "safely tells about tools not configured" {