Spec
alias ASPEC
Convenience alias to make referencing Athena::Spec
types easier.
Alias definition
Athena::Spec
module Athena::Spec
A set of common Spec compliant testing utilities/types.
Class methods
.run_all : Nil
: Nil
Runs all ASPEC::TestCase
s.
Is equivalent to manually calling .run
on each test case.