#!/bin/sh
set -e
cd "$(dirname "$0")/.."

# run entire test suite
bundle exec rake test
