Update to 0.17. From the changelog:
- the Calculator module should now be hidden from the PAUSE indexer - The scenario stash wasn't being reset between each Outline Scenario execution. - Default behaviour from pherkin is to supress colours when outputting to not a tty; thanks (for this, and much of the stuff in 0.15) to rjp: https://github.com/sheriff/test-bdd-cucumber-perl/pull/11 - Try and use Win32::Console::ANSI if on Windows https://github.com/sheriff/test-bdd-cucumber-perl/issues/13 - Before and After Hooks now implemented highflying: https://github.com/sheriff/test-bdd-cucumber-perl/pull/15 - Step Placeholder Transform now implemented - Step line number now displayed on failing steps (TestBuilder output) - Fixed bug where results from skipped steps were not being added to the overall results - Run tagged scenarios rjp: https://github.com/sheriff/test-bdd-cucumber-perl/pull/15 highflying: https://github.com/sheriff/test-bdd-cucumber-perl/pull/10
This commit is contained in:
parent
ffccd42b82
commit
54b9e47713
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.6 2013/11/24 10:02:40 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2014/01/02 16:39:57 schmonz Exp $
|
||||
|
||||
DISTNAME= Test-BDD-Cucumber-0.15
|
||||
DISTNAME= Test-BDD-Cucumber-0.17
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2013/06/04 09:40:33 schmonz Exp $
|
||||
$NetBSD: distinfo,v 1.3 2014/01/02 16:39:57 schmonz Exp $
|
||||
|
||||
SHA1 (Test-BDD-Cucumber-0.15.tar.gz) = 4bc51772185ed8588ef6346e0e3fa1a29070d0f1
|
||||
RMD160 (Test-BDD-Cucumber-0.15.tar.gz) = b2515c0e49df19c347fc51b4ff694ed5a7714e6c
|
||||
Size (Test-BDD-Cucumber-0.15.tar.gz) = 41716 bytes
|
||||
SHA1 (Test-BDD-Cucumber-0.17.tar.gz) = 6d36be8a830a4dc22bb66c67b8c5a1b6ec93769f
|
||||
RMD160 (Test-BDD-Cucumber-0.17.tar.gz) = 647f9c495b189a444b481fb93c5291e4b6fb83ef
|
||||
Size (Test-BDD-Cucumber-0.17.tar.gz) = 47522 bytes
|
||||
|
|
Loading…
Reference in a new issue