diff options
| author | mo khan <mo.khan@gmail.com> | 2020-11-21 15:28:06 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-11-21 15:28:08 -0700 |
| commit | b70d954d0ee2ec4b2daccf1c15ed731512cc26ed (patch) | |
| tree | cfe89f5105ee036fd1c2c16199ea7c91d1460eac /script/test | |
| parent | 67e9ec15258258291610d8933a1c801151f56e69 (diff) | |
chore: add setup and server scripts
See https://github.com/github/scripts-to-rule-them-all
for additional information on this convention.
Diffstat (limited to 'script/test')
| -rwxr-xr-x | script/test | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/script/test b/script/test index 28d1ce1..f6a745d 100755 --- a/script/test +++ b/script/test @@ -2,5 +2,7 @@ set -e -gem install --conservative rack rack-test +cd "$(dirname "$0")/.." + +./script/setup ruby test.rb |
