main
1#!/bin/sh
2
3set -e
4[ -z "$DEBUG" ] || set -x
5
6cd "$(dirname "$0")/.."
7
8bundle exec rspec "$@"