[ 源代码: ruby-spy ]
软件包: ruby-spy (1.0.1-1)
ruby-spy 的相关链接
Trisquel 的资源:
下载源码包 ruby-spy:
维护者:
Original Maintainers:
- Debian Ruby Team (Mail Archive)
- Cédric Boutillier
外部的资源:
- 主页 [github.com]
相似软件包:
simple modern mocking library using the spy pattern
Spy is a mocking library that was made for the modern age. It uses that uses the spy pattern and checks method's existence and arity: Spy by default will raise an error if you attempt to stub a method that doesn't exist or call the stubbed method with the wrong arity.