tildelog/spec/usage_spec.sh

9 lines
225 B
Bash

# shellcheck shell=bash
Describe 'usage()'
Include ./lib/global_variables.sh
Include ./lib/usage.sh
It 'Call function usage'
When call usage
The line 2 of output should include "usage:"
End
End