Source: ruby-spy Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Cédric Boutillier Build-Depends: debhelper (>= 9~), gem2deb, pry, rake Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-spy.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-spy.git Homepage: https://github.com/ryanong/spy Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-spy Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends} Description: 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.