#!/bin/bash

# bootstrap environment
source script/bootstrap

mocha --compilers "coffee:coffee-script/register" test/*.coffee
