summaryrefslogtreecommitdiff
path: root/bin/test
blob: 3eacbfe989fc44a229eca9dd99f47212ba083548 (plain)
1
2
3
4
5
6
7
#!/bin/sh

set -e

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

bundle exec rails test "$@"