navi/test/cheat_test.sh

9 lines
186 B
Bash
Raw Normal View History

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