database_cleaner/adapters/database_cleaner-data_mapper/bin/setup

9 lines
149 B
Text
Raw Permalink Normal View History

#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
set -vx
2018-05-25 22:41:12 -04:00
bundle check || bundle install
cp spec/support/sample.config.yml spec/support/config.yml