method
test_parse_fraction
v1_8_7_72 -
Show latest stable
- Class:
TimeExtentionTest
test_parse_fraction()public
No documentation available.
# File lib/time.rb, line 795
def test_parse_fraction
assert_equal(500000, Time.parse("2000-01-01T00:00:00.5+00:00").tv_usec)
end