2011-12-22 19:05:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 22 19:04:49 UTC 2011 - coolo@suse.com
|
|
|
|
|
|
|
|
- update to 0.39
|
|
|
|
- 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.
|
|
|
|
|
2011-06-14 23:11:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 14 23:07:45 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 0.33:
|
|
|
|
* added shared_examples_for/it_should_behave_like to allow factorization of
|
|
|
|
tests
|
|
|
|
|
2011-06-11 00:17:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jun 11 00:14:09 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- update to 0.32:
|
|
|
|
* fixed a problem with the tests that occurred only when Package::Stash::XS
|
|
|
|
was not installed (issue #8)
|
|
|
|
|
2011-06-08 19:19:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 08 19:17:06 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- initial version (0.31)
|
|
|
|
|