Created
December 3, 2016 17:34
-
-
Save pimterry/d18292df1b49a5a6ea53399b8487d59f to your computer and use it in GitHub Desktop.
Set up bats libraries for testing as git submodules in test/libs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p test/libs | |
git submodule add https://github.com/sstephenson/bats test/libs/bats | |
git submodule add https://github.com/ztombol/bats-support test/libs/bats-support | |
git submodule add https://github.com/ztombol/bats-assert test/libs/bats-assert |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment