#!/bin/sh set -e cd "$(dirname "$0")/.." [ -z "$DEBUG" ] || set -x echo [$(date "+%H:%M:%S")] "==> Running setup…" bin/setup echo [$(date "+%H:%M:%S")] "==> Running tests…" bundle exec rake spec