fixed spec with microseconds

This commit is contained in:
Adam Meehan 2008-07-22 08:29:11 +10:00
parent 3c9ad4a5ee
commit e8bba051c9

View File

@ -69,7 +69,7 @@ describe ValidatesTimeliness::Formats do
end end
it "should generate proc which outputs time array with microseconds" do it "should generate proc which outputs time array with microseconds" do
generate_proc('hh:nn:ss.u').call('01', '02', '03', '99').should == [0,0,0,1,2,3,99] generate_proc('hh:nn:ss.u').call('01', '02', '03', '99').should == [0,0,0,1,2,3,990000]
end end
end end