From 892b8483b1272c7f43d7914327082cfed068f729 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 9 Mar 2020 16:40:23 -0600 Subject: Allow test script to run specs for a single file --- bin/test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/test b/bin/test index 8ebfafa..03046af 100755 --- a/bin/test +++ b/bin/test @@ -6,8 +6,8 @@ cd "$(dirname "$0")/.." [ -z "$DEBUG" ] || set -x -echo [$(date "+%H:%M:%S")] "==> Running setup…" +echo ["$(date "+%H:%M:%S")"] "==> Running setup…" bin/setup -echo [$(date "+%H:%M:%S")] "==> Running tests…" -bundle exec rake spec +echo ["$(date "+%H:%M:%S")"] "==> Running tests…" +bundle exec rspec "$@" -- cgit v1.2.3