This repo is used to document the learning about bats.
- Install bats libraries as submodules
git submodule init
git submodule add https://github.com/bats-core/bats-core test/libs/bats
git submodule add https://github.com/bats-core/bats-assert test/libs/bats-assert
git submodule add https://github.com/bats-core/bats-support test/libs/bats-support
- run a bats test
test/libs/bats/bin/bats test.bats