You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Spock v3.0.0 Release Notes
Major changes
Added support for resolving value definitions from references to other defined variables with the following syntax ${spock.var:SpockClass.defined_variable} (#272)
Added support for new fundamental types: (1) file: this is an overload of a str that verifies file existence and (r/w) access (2) directory: this is an overload of a str that verifies directory existence, creation if not existing, and (r/w) access. (#272)
Deprecated support for List of repeated @spock decorated classes. (#272)