go-script-bash icon indicating copy to clipboard operation
go-script-bash copied to clipboard

Typo in file documentation for lib/bats/helpers

Open marascio opened this issue 8 years ago • 0 comments

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.

marascio avatar Nov 18 '17 04:11 marascio