piotrmurach/loaf

View on GitHub
bin/setup

Summary

Maintainability
Test Coverage
#!/usr/bin/env bash

set -euo pipefail
IFS=$'\n\t'
set -vx

# Install gems required by Appraisal
bundle install
bundle exec appraisal install