File: control

package info (click to toggle)
ruby-rspec-parameterized-table-syntax 1.0.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 124 kB
  • sloc: ruby: 123; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 1,135 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
26
27
Source: ruby-rspec-parameterized-table-syntax
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <kanashiro@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               ruby-binding-of-caller,
               ruby-rspec-parameterized-core (<< 2)
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rspec-parameterized-table-syntax.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rspec-parameterized-table-syntax
Homepage: https://github.com/rspec-parameterized/rspec-parameterized-table_syntax
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-rspec-parameterized-table-syntax
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Simple parameterized test syntax for RSpec - table_syntax
 RSpec::Parameterized supports simple parameterized test syntax in rspec.
 .
 This is the table_syntax gem to support rspec-parameterized.