Package: ruby-timecop Version: 0.7.1-1+0~20200326150605.25+wheezy~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~20200326150605.25+wheezy~1.gbpc5ecb8_all.deb Size: 10194 SHA256: 9a35a9d78c406f0285f19c53fd6037536591b0a725996e3917f2d24ce7f65dda SHA1: f2df381d59b4274eb15f4e55f6934d77cf2ab61f MD5sum: c1f31d5cf2fcf3b06ff22370e64da13c 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