1 2 3 4 5 6 7 8 9 10
#!/bin/bash -l set -e cd "$(dirname "$0")/.." if ! command -v bundle; then ./bin/setup fi bundle exec rspec "$@" --format=progress