[ 原始碼: ruby-timecop ]
套件:ruby-timecop(0.9.10-1.1)
ruby-timecop 的相關連結
Debian 的資源:
下載原始碼套件 ruby-timecop:
- [ruby-timecop_0.9.10-1.1.dsc]
- [ruby-timecop_0.9.10.orig.tar.gz]
- [ruby-timecop_0.9.10-1.1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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.