summaryrefslogtreecommitdiff
path: root/bin/test
blob: b139c763cf133a8576b4eec77a590e4d281fa604 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash -l

set -e

cd "$(dirname "$0")/.."

if ! command -v bundle; then
  ./bin/setup
fi
bundle exec rspec "$@" --format=progress