#!/usr/bin/env bash
# Usage: script/test
# Runs the library's test suite.

script/bootstrap
bundle exec rake test
