Package: ruby-timecop Version: 0.7.1-1+0~20200326154608.25+jessie~1.gbpc5ecb8 Architecture: all Maintainer: Debian Ruby Extras Maintainers Installed-Size: 70 Depends: ruby | ruby-interpreter Recommends: ruby-activesupport Homepage: https://github.com/travisjeffery/timecop Priority: optional Section: ruby Filename: pool/main/r/ruby-timecop/ruby-timecop_0.7.1-1+0~20200326154608.25+jessie~1.gbpc5ecb8_all.deb Size: 9530 SHA256: b26b5e96124f340429aed335b891c77c3ef48cde3ea7b4cc3f56613a2a6e3038 SHA1: 5272d1f69764df172e793edc59d2cabd0f5466b8 MD5sum: 7b18206014ba28f200840ed85efd709f Description: Ruby library to easily test time-dependent code Timecop makes it easy to travel through or freeze time for creating a predictable and ultimately testable scenario. . It is a wrapper class for manipulating the extensions to the Time, Date, and DateTime objects. It avoids overloading of functions with optional arguments while writing test cases. It is possible to nest multiple calls to Timecop.travel and Timecop.freeze, with each block maintaining concept of "now". Having no dependencies, it works with regular Ruby projects and Ruby on Rails projects. Ruby-Versions: all