diff options
| author | mo khan <mo.khan@gmail.com> | 2020-12-21 15:30:40 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-12-21 15:30:40 -0700 |
| commit | a4e0247551ff0e493c91c812e0ad9a3c038eee12 (patch) | |
| tree | 795d6939b32b257d91c1ee822ec6a123602660d6 /bin/test | |
| parent | 26f31fe1fa573b06a8399a39a101875be7626b20 (diff) | |
test: add test for GET /
Diffstat (limited to 'bin/test')
| -rwxr-xr-x | bin/test | 8 |
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 |
