Sha256: 7d9cce49e3123418e26788386191011e818a53e8ddd6bf481c8feea454b37360

Contents?: true

Size: 343 Bytes

Versions: 31

Compression:

Stored size: 343 Bytes

Contents

#!/bin/sh

# script/test: Run test suite for application. Optionally pass in a path to an
#              individual test file to run a single test.


set -e

cd "$(dirname "$0")/.."

[ -z "$DEBUG" ] || set -x

echo [$(date "+%H:%M:%S")] "==> Running setup…"
bin/setup

echo [$(date "+%H:%M:%S")] "==> Running tests…"
bundle exec rake spec

Version data entries

31 entries across 31 versions & 5 rubygems

Version Path
scim-kit-0.1.0 bin/test
xml-kit-0.2.0 bin/test
xml-kit-0.1.14 bin/test
del-0.1.19 bin/test
del-0.1.18 bin/test
del-0.1.17 bin/test
saml-kit-cli-0.3.8 bin/test
saml-kit-cli-0.3.7 bin/test
xml-kit-0.1.13 bin/test
xml-kit-0.1.12 bin/test
saml-kit-1.0.10 bin/test