ruby-spy 0.4.2-1 source package in Ubuntu

Changelog

ruby-spy (0.4.2-1) unstable; urgency=medium

  * Initial release

 -- Cédric Boutillier <email address hidden>  Thu, 23 Jul 2015 06:07:00 +0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-spy_0.4.2-1.dsc 1.6 KiB 4ace5e54dc37085dc6d0aea980506ddb2bfd13372c74f8f2d58188a5fef06b08
ruby-spy_0.4.2.orig.tar.gz 28.5 KiB 2d98d1319a07284c341e183309c65ce0a44887c3b2e46a15bdf461fa16daa271
ruby-spy_0.4.2-1.debian.tar.xz 7.8 KiB 0cb44cf8d206340c82f5b26d71e48bfc246e108ca57baae03a5346349c9fbf3a

No changes file available.

Binary packages built by this source

ruby-spy: 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.