diff options
| author | mo khan <mo@mokhan.ca> | 2021-12-21 10:04:34 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-12-21 10:04:34 -0700 |
| commit | 1da7737f8970000fc7bd592c19aa6c647d49c347 (patch) | |
| tree | 8374631214504ecdae929013638d5d73dc80e889 /bin | |
| parent | 752ec386ab387a76f60b2571d43c42faf71e2e29 (diff) | |
refactor: move files to lib/spec/bin
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/test b/bin/test new file mode 100755 index 0000000..3824d26 --- /dev/null +++ b/bin/test @@ -0,0 +1,5 @@ +#!/bin/sh + +cd "$(dirname $0)/.." + +bundle exec rspec |
