Skip to content

Releases: athena-framework/spec

v0.3.11

19 May 04:23
v0.3.11
Compare
Choose a tag to compare

Fixed

  • Fix duplicate test case runs with abstract generic parent test case (#538) (@Blacksmoke16)

v0.3.10

08 Feb 19:29
v0.3.10
Compare
Choose a tag to compare

Changed

  • Breaking: prevent defining ASPEC::TestCase#initialize methods that accepts arguments/blocks (#516) (@Blacksmoke16)

v0.3.9

26 Jan 20:45
v0.3.9
Compare
Choose a tag to compare

Administrative release, no functional changes

v0.3.8

31 Jul 17:34
v0.3.8
Compare
Choose a tag to compare

Added

  • Add support for using the CRYSTAL ENV var to customize binary used for ASPEC::Methods.assert_error and ASPEC::Methods.assert_success (#424) (@Blacksmoke16)

v0.3.7

10 Apr 00:27
v0.3.7
Compare
Choose a tag to compare

Changed

v0.3.6

10 Oct 03:26
v0.3.6
Compare
Choose a tag to compare

Administrative release, no functional changes

v0.3.5

26 Apr 13:22
v0.3.5
Compare
Choose a tag to compare

Fixed

  • Ensure #before_all runs exactly once, and before #initialize (#285) (@Blacksmoke16)

v0.3.4

19 Mar 15:41
v0.3.4
Compare
Choose a tag to compare

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

18 Feb 17:33
v0.3.3
Compare
Choose a tag to compare

Changed

  • Update some links in preparation for Athena Framework 0.18.0 (#261) (@Blacksmoke16)

v0.3.2

16 Jan 16:27
v0.3.2
5b69369
Compare
Choose a tag to compare

Added

  • Add ASPEC::TestCase::TestWith that works similar to the ASPEC::TestCase::DataProvier but without needing to create a dedicated method (#254) (@Blacksmoke16)