module Athena::Spec # A set of common Spec compliant testing utilities/types. Constants# VERSION = "0.3.8"# Class methods# .run_all : Nil# Runs all ASPEC::TestCases. Is equivalent to manually calling .run on each test case.