summaryrefslogtreecommitdiffhomepage
path: root/test/t/time.rb
AgeCommit message (Collapse)Author
2013-02-26Pluggable Time classmattn
2012-12-03Ruby's Time#yday should start from 1; close #581Yukihiro Matz Matsumoto
2012-09-09Add Time TestsDaniel Bovensiepen
2012-06-21only execute time tests if time feature is activatedDaniel Bovensiepen
2012-06-21Skip time test in case that Time isn't implementedDaniel Bovensiepen
2012-06-05Add Time testsDaniel Bovensiepen
2012-06-03Add more superclass testsDaniel Bovensiepen
2012-05-29Add Test cases for Literals, Enumeration, Exceptions and clean line endingsDaniel Bovensiepen
2012-05-21print description on exceptionsYukihiro Matsumoto
2012-05-16Add newline in the end of test case files so that the concat of all files ↵Daniel Bovensiepen
works in all cases proper
2012-05-14make test restructuringYukihiro Matsumoto