summaryrefslogtreecommitdiff
path: root/perl/perl-Test-Spec/README
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-09-28 06:54:35 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-10-01 07:17:14 +0700
commitb879fd478d1faa368517d17cf01dfa4f242248d6 (patch)
treeec8844910e38b07ec09ab75c4b32cf6017f670d9 /perl/perl-Test-Spec/README
parente8a3168cb124bd3a5b792cb7fd68b9b91aae4e3d (diff)
downloadslackbuilds-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/README')
-rw-r--r--perl/perl-Test-Spec/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/perl/perl-Test-Spec/README b/perl/perl-Test-Spec/README
new file mode 100644
index 0000000000..1c144cb228
--- /dev/null
+++ b/perl/perl-Test-Spec/README
@@ -0,0 +1,11 @@
+perl-Test-Spec (Write tests in a declarative specification style)
+
+This is a declarative specification-style testing system for
+behavior-driven development (BDD) in Perl. The tests (a.k.a.
+examples) are named with strings instead of subroutine names, so your
+fingers will suffer less fatigue from underscore-itis, with the side
+benefit that the test reports are more ligeble.
+
+This module is inspired by and borrows heavily from RSpec
+(http://rspec.info/documentation/), a BDD tool for the Ruby
+programming language.