Skip to content

Instantly share code, notes, and snippets.

@iracooke
Created July 20, 2020 01:27
Show Gist options
  • Save iracooke/9f6fb55bdc2f404407d5bf619e9b8071 to your computer and use it in GitHub Desktop.
Save iracooke/9f6fb55bdc2f404407d5bf619e9b8071 to your computer and use it in GitHub Desktop.
Setup BATS
cd
mkdir -p ~/.local/bin
mkdir -p ~/.local/lib
git clone https://github.com/bats-core/bats-core.git
cd bats-core
./install.sh ~/.local/
cd ~/.local/lib
git clone https://github.com/ztombol/bats-support bats-support
git clone https://github.com/ztombol/bats-assert bats-assert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment