File: control

package info (click to toggle)
ruby-sus 0.35.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 380 kB
  • sloc: ruby: 2,844; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 961 bytes parent folder | download
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
Source: ruby-sus
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Simon Quigley <tsimonq2@debian.org>
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).