Skip to content

Commit d166cf1

Browse files
committed
update testing readme
prevents `fatal: no submodule mapping found in .gitmodules for path 'test/test_helper/bats-core'`
1 parent 542a63a commit d166cf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ cd ~/projects/catfabulator && git diff
109109
You'll need to install [bats](https://github.com/sstephenson/bats#installing-bats-from-source), the Bash automated testing system. It's also available as `brew install bats`
110110

111111
```sh
112+
git submodule sync
112113
git submodule update --init # pull in the assertion library, bats-assert
113114

114115
# Run the test suite once:

0 commit comments

Comments
 (0)