Skip to content

Commit

Permalink
update testing readme
Browse files Browse the repository at this point in the history
prevents `fatal: no submodule mapping found in .gitmodules for path 'test/test_helper/bats-core'`
  • Loading branch information
lamchau committed Mar 4, 2016
1 parent 542a63a commit d166cf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ cd ~/projects/catfabulator && git diff
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`

```sh
git submodule sync
git submodule update --init # pull in the assertion library, bats-assert

# Run the test suite once:
Expand Down

0 comments on commit d166cf1

Please sign in to comment.