Sha256: 65c349146445e28ccb2f7874ed9b1c18ea9fba847bcd790629dab000097e2f4a

Contents?: true

Size: 312 Bytes

Versions: 6

Compression:

Stored size: 312 Bytes

Contents

# Kill the whole script on error
set -e

# Setup vendored rspec-1
git submodule init
git submodule update

bundle exec ruby -w -I./spec -r./spec/capture_warnings -rspec_helper -S rspec spec --format progress --backtrace

bundle exec cucumber

bundle exec rake yard_coverage

bundle exec rake check_code_coverage

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
vcr-2.2.5 script/ci.sh
vcr-2.2.4 script/ci.sh
vcr-2.2.3 script/ci.sh
vcr-2.2.2 script/ci.sh
vcr-2.2.1 script/ci.sh
vcr-2.2.0 script/ci.sh