Package: ruby-timecop Version: 0.7.1-1+0~20200326150519.25+stretch~1.gbpc5ecb8 Architecture: all Maintainer: Debian Ruby Extras Maintainers Installed-Size: 35 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~20200326150519.25+stretch~1.gbpc5ecb8_all.deb Size: 9468 SHA256: 19db5905008e7e14c534706fbd51a8619d4fc82cdfdb94d4ac2ac558ce558f30 SHA1: ef693995ec2cc1ed3d9565da6e7b23f41fb347a7 MD5sum: 1ea203f2b70ec32ccbcabea497c1af9d 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