#!/bin/sh
# Usage: script/test
# Runs the library's test suite.

bundle exec rake test
