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
|
Source: ruby-multi-test
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 12),
gem2deb
Standards-Version: 3.9.7
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-multi-test.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-multi-test
Homepage: http://cukes.info
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-multi-test
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby:any | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Suggests: ruby-minitest,
ruby-rspec,
ruby-test-unit
Description: library to control autorun feature of test frameworks
This library provides a uniform interface onto whatever testing library has
been loaded into a running Ruby process. It can be used for example to
deactivate the autorun feature of those testing frameworks in a unified way.
Supported test frameworks are RSpec, test/unit, and minitest.
.
It is used to run the test suite of the cucumber package.
|