Skip to content

Instantly share code, notes, and snippets.

@pimterry
Created December 3, 2016 17:34

Revisions

  1. pimterry created this gist Dec 3, 2016.
    5 changes: 5 additions & 0 deletions install-bats-libs.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    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