Sha256: 752303eb0363b946a759cba33d059d9aa4525f0bb862fea8df7a437e5633a2fb

Contents?: true

Size: 333 Bytes

Versions: 3

Compression:

Stored size: 333 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 "==> Running setup…"
date "+%H:%M:%S"
bin/setup

echo "==> Running tests…"
date "+%H:%M:%S"
bundle exec rake spec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
saml-kit-1.0.9 bin/test
saml-kit-1.0.8 bin/test
saml-kit-1.0.7 bin/test