#!/bin/bash set -euo pipefail IFS=$'\n\t' bundle install --binstubs # Do any other automated setup that you need to do here curl --url https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar --output spec/fixtures/wp-cli.phar