summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-03-31 17:10:02 -0600
committermo khan <mo.khan@gmail.com>2020-04-01 10:05:57 -0600
commitf6ee3a1390802502510f511d7c290bd6450ddbf2 (patch)
tree4784a2d8f1e7ce14b788c76fe6e50ec98325aacc /bin
parent9e3a125bf3247370e1268f3189852e90e6bf162e (diff)
Use rspec documentation format
Diffstat (limited to 'bin')
-rwxr-xr-xbin/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test b/bin/test
index 6704c53..b6bc788 100755
--- a/bin/test
+++ b/bin/test
@@ -5,4 +5,4 @@ set -e
cd "$(dirname "$0")/.."
./bin/setup
-bundle exec rspec "$@"
+bundle exec rspec "$@" --format=documentation