mbland / go-script-bash

Framework for writing modular, discoverable, testable Bash scripts
ISC License
95 stars 16 forks source link

Update tests/template.bats to use `./go null` #191

Open mbland opened 7 years ago

mbland commented 7 years ago

Once the ./go null command from #190 is released as part of v1.7.0, the tests for go-template can be updated to use it. It can't happen before then since the Travis CI build will try to use the latest release tarball from GitHub, and both local and Travis builds will use the current release version tag when using git clone.