navi/test/cheat_test.sh
Denis Isidoro 42ac8dae9c
Remove dep order from outputs (#163)
`: <foo> <bar>; echo <foo> <bar>` → `echo <foo> <bar>`
2019-12-06 14:24:14 -03:00

8 lines
193 B
Bash

#!/usr/bin/env bash
assert_docker_cheat() {
cheat::find | test::contains "docker.cheat"
}
test::set_suite "cheat"
test::run "We can find at least one known cheatsheet" assert_docker_cheat