Source: ruby-multi-test Section: ruby Priority: optional Maintainer: Debian Ruby Team Uploaders: Cédric Boutillier Build-Depends: debhelper-compat (= 12), gem2deb Standards-Version: 4.7.2 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 Package: ruby-multi-test Architecture: all Depends: ${ruby:Depends}, ${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.