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:
parent
c4695a0bdd
commit
1745c1d2b2
1 changed files with 2 additions and 2 deletions
|
@ -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" {
|
||||||
|
|
Loading…
Reference in a new issue