database_cleaner/bin/setup

8 lines
148 B
Plaintext
Raw Normal View History

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