Sha256: 11188d48bf6e233962ab8d122f1b7df27711ccb813641998f08c2179b0eab633

Contents?: true

Size: 230 Bytes

Versions: 5

Compression:

Stored size: 230 Bytes

Contents

#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
set -vx

bundle install

cp -r spec/data/test.git spec/data/test/.git && cd spec/data/test && git checkout test.rb && cd -

# Do any other automated setup that you need to do here

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pronto-simplecov-0.11.0 bin/setup
pronto-simplecov-0.10.1 bin/setup
pronto-simplecov-0.10.0 bin/setup
pronto-simplecov-0.1.1 bin/setup
pronto-simplecov-0.1.0 bin/setup