diff options
| author | mo khan <mo.khan@gmail.com> | 2020-11-21 15:47:43 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-11-21 15:47:43 -0700 |
| commit | 6d9010c66efac72ce7320f6f272c5dac21322966 (patch) | |
| tree | fc022fb198d48832db4d7c602909d7589626df81 /script | |
| parent | 0e1c311754b5ba477f5afef688d2f58d982dc1f6 (diff) | |
chore: extract test_helper.rb for common test setup
Diffstat (limited to 'script')
| -rwxr-xr-x | script/test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/test b/script/test index d8d688c..cf5470f 100755 --- a/script/test +++ b/script/test @@ -5,4 +5,4 @@ set -e cd "$(dirname "$0")/.." ./script/setup -ruby -Ilib:test test/**/*.rb +ruby -Ilib:test -r test_helper test/**/*.rb |
