diff options
| author | mo khan <mo.khan@gmail.com> | 2020-11-21 14:45:46 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-11-21 14:46:03 -0700 |
| commit | 47ef7d5d98565634425449448ced3e187d469fd6 (patch) | |
| tree | 2110db5dc8899f4f9703e27e0386ae48f4496ff8 | |
| parent | 8f679cee1192d216065ed82393f4625c9e4dfb70 (diff) | |
chore: add script to run tests
| -rwxr-xr-x | script/test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/script/test b/script/test new file mode 100755 index 0000000..8d2c00f --- /dev/null +++ b/script/test @@ -0,0 +1,6 @@ +#!/bin/sh + +set -e + +gem install rack rack-test +ruby test.rb |
