#!/bin/bash -l set -e cd "$(dirname "$0")/.." if ! command -v bundle; then ./bin/setup fi bundle exec rspec "$@" --format=progress