#!/bin/sh
set -e
mocha --reporter spec test/
