module Athena::Spec

Overview

A set of common Spec compliant testing utilities/types.

Defined in:

athena-spec.cr
methods.cr

Constant Summary

VERSION = "0.3.8"

Class Method Summary

Class Method Detail

def self.run_all : Nil #

Runs all ASPEC::TestCases.

Is equivalent to manually calling .run on each test case.


[View source]