test/test_parsing.rb in chronic-0.1.3 vs test/test_parsing.rb in chronic-0.1.4
- old
+ new
@@ -5,10 +5,9 @@
def setup
# Wed Aug 16 14:00:00 UTC 2006
@time_2006_08_16_14_00_00 = Time.local(2006, 8, 16, 14, 0, 0, 0)
@time_2006_08_16_03_00_00 = Time.local(2006, 8, 16, 3, 0, 0, 0)
- Chronic.debug = false
end
def test__parse_guess_dates
# rm_sd
\ No newline at end of file