Sha256: 1943864c163b0f64ace95af1431ed96e25ae929ddc7670587a5850445e1a8059

Contents?: true

Size: 274 Bytes

Versions: 6

Compression:

Stored size: 274 Bytes

Contents

#!/bin/sh
set -e
cd "$(dirname "$0")/.."

# check dependencies
ruby -v > /dev/null    || (echo "ruby must be installed"; exit 1)
bundler -v > /dev/null || (echo "bundler must be installed"; exit 1)

bundle install

echo "Testing not yet written for this repository."
exit 1

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
docraptor-cli-0.1.1 script/test
docraptor-cli-0.1.0 script/test
docraptor-cli-0.0.4 script/test
docraptor-cli-0.0.3 script/test
docraptor-cli-0.0.2 script/test
docraptor-cli-0.0.1 script/test