Releases: athena-framework/spec
Releases · athena-framework/spec
v0.3.11
Fixed
- Fix duplicate test case runs with abstract generic parent test case (#538) (@Blacksmoke16)
v0.3.10
Changed
- Breaking: prevent defining
ASPEC::TestCase#initialize
methods that accepts arguments/blocks (#516) (@Blacksmoke16)
v0.3.9
Administrative release, no functional changes
v0.3.8
Added
- Add support for using the
CRYSTAL
ENV var to customize binary used forASPEC::Methods.assert_error
andASPEC::Methods.assert_success
(#424) (@Blacksmoke16)
v0.3.7
Changed
- Integrate website into monorepo (#365) (@Blacksmoke16)
v0.3.6
Administrative release, no functional changes
v0.3.5
Fixed
- Ensure
#before_all
runs exactly once, and before#initialize
(#285) (@Blacksmoke16)
v0.3.4
Fixed
- Fix exceptions not being counted as errors when raised within the
initialize
method of a test case (#276) (@Blacksmoke16) - Fix a documentation typo in the
TestWith
example (#269) (@Blacksmoke16)
v0.3.3
Changed
- Update some links in preparation for Athena Framework
0.18.0
(#261) (@Blacksmoke16)
v0.3.2
Added
- Add
ASPEC::TestCase::TestWith
that works similar to theASPEC::TestCase::DataProvier
but without needing to create a dedicated method (#254) (@Blacksmoke16)