diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-09-28 06:54:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-01 07:17:14 +0700 |
commit | b879fd478d1faa368517d17cf01dfa4f242248d6 (patch) | |
tree | ec8844910e38b07ec09ab75c4b32cf6017f670d9 /perl/perl-Test-Spec/slack-desc | |
parent | e8a3168cb124bd3a5b792cb7fd68b9b91aae4e3d (diff) | |
download | slackbuilds-b879fd478d1faa368517d17cf01dfa4f242248d6.tar.gz |
perl/perl-Test-Spec: Added (Write tests).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Test-Spec/slack-desc')
-rw-r--r-- | perl/perl-Test-Spec/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-Test-Spec/slack-desc b/perl/perl-Test-Spec/slack-desc new file mode 100644 index 0000000000..9cf11fb323 --- /dev/null +++ b/perl/perl-Test-Spec/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +perl-Test-Spec: perl-Test-Spec (Write tests in a declarative specification style) +perl-Test-Spec: +perl-Test-Spec: This is a declarative specification-style testing system for +perl-Test-Spec: behavior-driven development (BDD) in Perl. The tests (a.k.a. +perl-Test-Spec: examples) are named with strings instead of subroutine names, so your +perl-Test-Spec: fingers will suffer less fatigue from underscore-itis, with the side +perl-Test-Spec: benefit that the test reports are more ligeble. +perl-Test-Spec: +perl-Test-Spec: This module is inspired by and borrows heavily from RSpec +perl-Test-Spec: (http://rspec.info/documentation/), a BDD tool for the Ruby +perl-Test-Spec: programming language. |