Path to this page:
./
devel/ruby-mocha,
Ruby library for mocking and stubbing
Branch: pkgsrc-2019Q4,
Version: 1.9.0,
Package name: ruby26-mocha-1.9.0,
Maintainer: pkgsrc-usersMocha is a Ruby library for mocking and stubbing using a syntax
like that of JMock, and SchMock. Most commonly Mocha is used in
conjunction with Test::Unit, but it can be used in other contexts.
One of its main advantages is that it allows you to mock and stub
methods on real (non-mock) classes and instances. You can for
example stub ActiveRecord instance methods like create, save,
destroy and even class methods like find to avoid hitting the
database in unit tests.
Mocha provides a unified, simple and readable syntax for both
traditional mocking and for mocking with real objects.
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 3f14d2142b1693ad9e38e4672aaffc7c29f622c3
RMD160: 71336a221fe1a16933f7e8c523e7ce80a51bec61
Filesize: 219.5 KB
Version history: (Expand)
- (2020-01-02) Package added to pkgsrc.se, version ruby26-mocha-1.9.0 (created)