summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-12-21 15:30:40 -0700
committermo khan <mo.khan@gmail.com>2020-12-21 15:30:40 -0700
commita4e0247551ff0e493c91c812e0ad9a3c038eee12 (patch)
tree795d6939b32b257d91c1ee822ec6a123602660d6 /bin
parent26f31fe1fa573b06a8399a39a101875be7626b20 (diff)
test: add test for GET /
Diffstat (limited to 'bin')
-rwxr-xr-xbin/test8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/test b/bin/test
new file mode 100755
index 0000000..6d21364
--- /dev/null
+++ b/bin/test
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+set -e
+
+cd "$(dirname "$0")/.."
+
+./bin/setup
+ruby -Ilib:test -r test_helper test/**/*.rb