database_cleaner/bin/setup
2020-02-14 14:19:38 -06:00

8 lines
149 B
Bash
Executable file

#!/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