Source: ruby-sus Section: ruby Maintainer: Debian Ruby Team Uploaders: Simon Quigley Build-Depends: debhelper-compat (= 13), gem2deb (>= 2.2.8~), ruby Standards-Version: 4.7.3 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-sus.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-sus Homepage: https://github.com/socketry/sus Testsuite: autopkgtest-pkg-ruby Package: ruby-sus Architecture: all Depends: ${misc:Depends}, ${ruby:Depends}, ${shlibs:Depends} Description: testing framework for Ruby Sus is a testing framework for Ruby. - It's similar to RSpec but with less baggage and more parallelism. - It uses `expect` style syntax with first-class predicates. - It has direct support for code coverage. - It supports the VSCode Test Runner interface. - It's easy to extend (see the `sus-fixtures-` gems for examples).