- updated to 0.46
- with() enables argument matching on mocked methods
- raises() makes mocked methods raise exceptions
Contributed by Kjell-Magne Øierud (issue #12)
- Add support for TAP version 13.
Contributed by Michael G. Schwern (issue #11)
- Allow shared_examples_for to be defined in any context.
- Fixed runtests() to honor its contract to run only the examples specified
in its @patterns parameter or SPEC environment variable.
OBS-URL: https://build.opensuse.org/request/show/177495
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Spec?expand=0&rev=14
- Added xit/xthey/xdescribe to mark TODO tests, inspired by the
Jasmine JavaScript framework.
Contributed by Marian Schubert (issue #10).
- Added share() function to facilitate spec refactoring.
- Fixed bug where shared examples defined in one package could not be
used in another package.
- Improved reporting of errors using spec_helper.
- Minor documentation formatting fixes
- Fixed test suite for Windows environments.
- Added spec_helper utility function to load helper scripts
relative to the spec.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Spec?expand=0&rev=7