Skip to content

Instantly share code, notes, and snippets.

@pimterry
Created December 3, 2016 17:34
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pimterry/d18292df1b49a5a6ea53399b8487d59f to your computer and use it in GitHub Desktop.
Save pimterry/d18292df1b49a5a6ea53399b8487d59f to your computer and use it in GitHub Desktop.
Set up bats libraries for testing as git submodules in test/libs
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