Sha256: e64f3c1a575b33b395d4510e0bf1c963a840b4312f735fac97ffa1d5dea9c357

Contents?: true

Size: 254 Bytes

Versions: 7

Compression:

Stored size: 254 Bytes

Contents

#!/bin/bash
# Usage: script/test_modules.sh
#
# Runs tests.

# set flag for shell execution.
# -e  Exit immediately if a command exits with a non-zero status.
# -x  Print commands and their arguments as they are executed.
set -ex

bundle exec rspec "$@"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
html-pipeline-negarmoji-0.1.6 script/test_module.sh
html-pipeline-negarmoji-0.1.5 script/test_module.sh
html-pipeline-negarmoji-0.1.4 script/test_module.sh
html-pipeline-negarmoji-0.1.3 script/test_module.sh
html-pipeline-negarmoji-0.1.2 script/test_module.sh
html-pipeline-negarmoji-0.1.1 script/test_module.sh
html-pipeline-negarmoji-0.1.0 script/test_module.sh