7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
|
load test_helper
|
||
|
|
||
|
@test "Outputs help if run without arguments" {
|
||
|
run ./sig
|
||
|
[ "$status" -eq 0 ]
|
||
|
}
|