summaryrefslogtreecommitdiff
path: root/bin/test
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-03-07 13:29:53 -0700
committermo khan <mo.khan@gmail.com>2020-03-07 13:29:53 -0700
commitfcf555e12daabd7aedd0bea2c83915dee3ca71fd (patch)
treef1f8895999464c8e54681e83f327465c3ebac732 /bin/test
parent931653ff41cf5b645a14f59f93fcc7651b9906cb (diff)
Export junit report
Diffstat (limited to 'bin/test')
-rwxr-xr-xbin/test1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/test b/bin/test
index b94afd3..6704c53 100755
--- a/bin/test
+++ b/bin/test
@@ -4,4 +4,5 @@ set -e
cd "$(dirname "$0")/.."
+./bin/setup
bundle exec rspec "$@"