module Athena::Framework::Spec
#
A set of testing utilities/types to aid in testing Athena::Framework 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.