navi/test/cheat_test.sh

9 lines
186 B
Bash
Raw Normal View History

2019-09-23 11:56:15 +00:00
#!/usr/bin/env bash
assert_docker_cheat() {
cheat::find | grep -q "docker.cheat"
}
2019-09-26 15:15:11 +00:00
test::set_suite "cheat"
test::run "We can find at least one known cheatsheet" assert_docker_cheat