Package: ruby-timecop Version: 0.7.1-1+0~20200326150544.25+buster~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~20200326150544.25+buster~1.gbpc5ecb8_all.deb Size: 9544 SHA256: 8bc50919c3f4a844e318581c7fd67d04b978f70d1cc7c3971b3428b06ed4a5ce SHA1: 8f4a105a2d7d04532ae15312da516dbb83d8d443 MD5sum: e9961cbb329c79c5e840284831ac10db 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