mirror of
https://github.com/denisidoro/navi
synced 2024-11-22 11:33:10 +00:00
42ac8dae9c
`: <foo> <bar>; echo <foo> <bar>` → `echo <foo> <bar>`
8 lines
193 B
Bash
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
|