[ Bron: ruby-spy ]
Pakket: ruby-spy (1.0.1-2)
Verwijzigingen voor ruby-spy
Debian bronnen:
Het bronpakket ruby-spy downloaden:
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.