1 2 3 4 5 6 7 8 9 10
#!/bin/sh set -e [ -n "$DEBUG" ] && set -x cd "$(dirname "$0")/.." export BIND_ADDR=127.0.0.1:7878 bundle exec rspec "$@"