#!/bin/sh set -e [ -n "$DEBUG" ] && set -x cd "$(dirname "$0")/.." export BIND_ADDR=127.0.0.1:7878 bundle exec rspec "$@"