Sha256: 48986815b77f0d17627e1368079ca108f63c288bcf861e759d481fc0b4b30aed

Contents?: true

Size: 148 Bytes

Versions: 3

Compression:

Stored size: 148 Bytes

Contents

#!/usr/bin/env bash

# Load RVM
source "${HOME}/.rvm/scripts/rvm"

# Start postgres
# pg_ctl -D db/pg_data start

bundle install

bundle exec rspec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
look_out-0.1.27 bin/ci.sh
look_out-0.1.26 bin/ci.sh
look_out-0.1.25 bin/ci.sh