[DRE-commits] [SCM] ruby-shoulda-context.git branch, master, updated. a48bfbbb6555ee2abd07b20d22c7ef891c123069

Antonio Terceiro terceiro at softwarelivre.org
Tue Jun 7 05:00:07 UTC 2011


The following commit has been merged in the master branch:
commit a48bfbbb6555ee2abd07b20d22c7ef891c123069
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Mon Jun 6 21:59:57 2011 -0700

    Better description

diff --git a/debian/control b/debian/control
index 775c409..f88bcc2 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,9 @@ XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 Conflicts: libshoulda-ruby (<< 2.11.3-1~), libshoulda-ruby1.8 (<< 2.11.3-1~)
 Description: context framework for Test::Unit
- Contexts let you organize unit tests is groups, which can have common
- setup/teardown blocks. This package contains an implementation of contexts for
- the Test::Unit testing framework that was extracted from shoulda (in package
- ruby-shoulda).
+ Shoulda’s contexts make it easy to write understandable and maintainable
+ tests for Test::Unit. It’s fully compatible with your existing tests in
+ Test::Unit, and requires no retooling to use.
+ .
+ This package provides shoulda-context, a context framework for Test::Unit that
+ was is extracted from (and is used by) shoulda.

-- 
ruby-shoulda-context.git



More information about the Pkg-ruby-extras-commits mailing list