module Athena::Spec
Overview
A set of common Spec compliant testing utilities/types.
Defined in:
athena-spec.crmethods.cr
Constant Summary
-
VERSION =
"0.3.8"
Class Method Summary
-
.run_all : Nil
Runs all
ASPEC::TestCase
s.
Class Method Detail
def self.run_all : Nil
#
Runs all ASPEC::TestCase
s.
Is equivalent to manually calling .run
on each test case.