module Athena::Routing::Spec

Overview

A set of testing utilities/types to aid in testing Athena::Routing related types.

Getting Started

Require this module in your spec_helper.cr file.

# This also requires "spec" and "athena-spec".
require "athena/spec"

Add Athena::Spec as a development dependency, then run a shards install. See the individual types for more information.

Defined in:

spec.cr