Source: ruby-multi-test Section: ruby Priority: optional Maintainer: Debian Ruby Team Uploaders: Cédric Boutillier 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.