File: control

package info (click to toggle)
ruby-rspec-parameterized-table-syntax 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: ruby: 205; sh: 4; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 1,095 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
Source: ruby-rspec-parameterized-table-syntax
Section: ruby
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 (>= 2),
               ruby-rspec-parameterized-core (>= 2),
               ruby-rspec-parameterized-core (<< 3)
Standards-Version: 4.7.3
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

Package: ruby-rspec-parameterized-table-syntax
Architecture: all
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.