Changes `sstephenson/bats` to `bats-core/bats-core`.

This commit is contained in:
Ben Peachey 2018-01-21 13:48:53 +01:00 committed by Caleb Xu
parent ebeaac7f75
commit 6a5c45fb4d
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [bashful](https://github.com/jmcantrell/bashful) - A collection of libraries to simplify writing Bash scripts
* [bashmanager](https://github.com/lingtalfi/bashmanager) - mini bash framework for creating command line tools
* [bashwithnails](https://github.com/mindaugasbarysas/bashwithnails) - a Bash framework written just for fun with testing, dependency management & packaging
* [bats](https://github.com/sstephenson/bats) - Bash Automated Testing System
* [bats](https://github.com/bats-core/bats-core) - Bash Automated Testing System
* [crash](https://github.com/molovo/crash) - Proper error handling, exceptions and try/catch for ZSH
* [Fishtape](https://github.com/fisherman/fishtape) - TAP producer and test harness for fish
* [composure](https://github.com/erichs/composure) - Compose, document, version and organize your shell functions