summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/test10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/test b/bin/test
new file mode 100755
index 0000000..b139c76
--- /dev/null
+++ b/bin/test
@@ -0,0 +1,10 @@
+#!/bin/bash -l
+
+set -e
+
+cd "$(dirname "$0")/.."
+
+if ! command -v bundle; then
+ ./bin/setup
+fi
+bundle exec rspec "$@" --format=progress