1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: ruby-shoulda
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 12),
gem2deb,
ruby-shoulda-context (>= 2.0~),
ruby-shoulda-matchers (>= 4.0~)
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-shoulda.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-shoulda
Homepage: https://github.com/thoughtbot/shoulda
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby
Package: ruby-shoulda
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-shoulda-context (>= 2.0~),
ruby-shoulda-matchers (>= 4.0~),
${misc:Depends},
${shlibs:Depends}
Description: additional features for the Test::Unit testing framework
Shoulda makes it easy to write elegant, understandable, and maintainable
tests. Shoulda consists of test macros, assertions, and helpers added on to
the Test::Unit framework. It's fully compatible with your existing tests, and
requires no retooling to use.
.
Shoulda adds lots of features for testing Rails applications, but can also be
used for plain Ruby ones.
|