Minimal development setup for Mac OS X El Capitan
$ curl -fsSL https://github.com/dylantyates/macsetup/blob/master/bin/osx-setup.sh | sh
Install bats-core
$ brew install bats-core
$ cd bin
$ bats unit-tests.bats
### Example Output ###
✓ Ruby is installed
✓ Brew is installed
✓ Git is installed
✓ Node.js is installed
4 tests, 0 failures
See CONTRIBUTING
See CHANGELOG
See AUTHORS
See LICENSE