toolbox/test/system/002-help.bats

9 lines
167 B
Bash

#!/usr/bin/env bats
load helpers
@test "Show usage screen when no command is given" {
run_toolbox 1
is "${lines[0]}" "toolbox: missing command" "Usage line 1"
}