Skip to content

module Athena::Spec #

A set of common Spec compliant testing utilities/types.

Constants#

VERSION = "0.3.7"#

Class methods#

.run_all : Nil#

Runs all ASPEC::TestCases.

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

View source