#!/bin/bash

scripts/run_rspec.sh "$@" || { echo "rspec failed"; exit 1; }
