1aac0dc
2dbb102
@@ -0,0 +1,8 @@ +#!/bin/sh + +set -e +[ -n "$DEBUG" ] && set -x + +cd "$(dirname "$0")/.." + +bundle exec rspec "$@"