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 28 29 30 31 32 33
|
Source: ruby-mocha
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>, Paul van Tilburg <paulvt@debian.org>, Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-metaclass, ruby-introspection, ruby-minitest, yard, ruby-redcarpet
Standards-Version: 3.9.5
Homepage: http://mocha.rubyforge.org/
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-mocha.git;a=summary
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mocha.git
XS-Ruby-Versions: all
Package: ruby-mocha
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter, ruby-metaclass, ${misc:Depends}
Suggests: ruby-mocha-doc
Description: Mocking and stubbing library for Ruby
Mocha is a mocking and stubbing library with JMock/SchMock syntax, which
allows mocking and stubbing of methods on real (non-mock) classes. Mocking and
stubbing are techniques used to improve unit testing.
Package: ruby-mocha-doc
Section: doc
Architecture: all
Depends: libjs-jquery, ${misc:Depends}
Suggests: ruby-mocha, doc-base
Description: Mocking and stubbing library for Ruby - documentation
Mocha is a mocking and stubbing library with JMock/SchMock syntax, which
allows mocking and stubbing of methods on real (non-mock) classes. Mocking and
stubbing are techniques used to improve unit testing.
.
This package contains the documentation of the Mocha library.
|