#!/usr/local/bin/bash

set -Eeuo pipefail

bundle exec rake spec "$@"
