Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Releases: robstoll/tutteli-spek-extensions

hint about cleanup error due to open file handle

06 Jan 22:48
v1.2.1
ca5c2d8
Compare
Choose a tag to compare

withinTmpDir, publish to maven central

24 Nov 14:31
3d2ba23
Compare
Choose a tag to compare

include developer in pom for maven-central

15 Oct 20:57
Compare
Choose a tag to compare

Memoized based implementation

15 Oct 20:47
Compare
Choose a tag to compare

We changed the implementation, see README for more details.
As this is a breaking change we increased the major version.

spek 2.0.8

11 Oct 13:57
Compare
Choose a tag to compare

This version works only with spek 2.0.8 and above as spek introduced a BC break

android jar

01 Oct 20:33
Compare
Choose a tag to compare

this release contains a jar for android which does not include a module-info.java in contrast to the jvm jar

newSymbolicLink

30 Aug 18:33
Compare
Choose a tag to compare
v0.5.0

v0.5.0

fix for nested groups

30 Aug 18:27
Compare
Choose a tag to compare
v0.4.1

v0.4.1

update to spek2 (no longer compatible with spek 1)

20 May 17:12
Compare
Choose a tag to compare

Different scopes for TempFolder

26 Feb 13:22
Compare
Choose a tag to compare

This version allows to define different scopes than Test. For instance, if you want that the files are set up (and clean up) per Action, then you can define TempFolder.perAction()