File: control

package info (click to toggle)
ruby-test-spec 0.10.0-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 280 kB
  • sloc: ruby: 1,855; makefile: 9
file content (22 lines) | stat: -rw-r--r-- 1,041 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: ruby-test-spec
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-test-unit
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-test-spec.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-test-spec.git;a=summary
Homepage: http://test-spec.rubyforge.org
XS-Ruby-Versions: all

Package: ruby-test-spec
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-test-unit
Description: Ruby library providing behaviour driven development interface for Test::Unit
 The test/spec library layers an RSpec-inspired interface on top of Test::Unit,
 so you can mix test-driven and behavior-driven development.
 .
 test/spec is a clean-room implementation that maps most kinds of Test::Unit
 assertions to a `should'-like syntax.