mbland / go-script-bash

Framework for writing modular, discoverable, testable Bash scripts
ISC License
95 stars 16 forks source link

Typo in file documentation for lib/bats/helpers #225

Open marascio opened 6 years ago

marascio commented 6 years ago

The top level file comment mentions:

#   . "path/to/bats/helpers"
#   set_bats_suite_name "${BASH_SOURCE[0]%/*}"
#   remove_bats_test_dirs

It should be set_bats_test_suite_name rather than set_bats_suite_name.