umts/custom-matchers

View on GitHub
bin/setup

Summary

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

[ -n "$CI" ] && bundle config set path 'vendor/bundle'

bundle install