Sha256: 9b070d1575ef3d99c062ec5599132c41ef5fd298ae4d1eb9474cbe8f523eb355
Contents?: true
Size: 268 Bytes
Versions: 52
Compression:
Stored size: 268 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) require File.expand_path('../fixtures/methods', __FILE__) describe "Time#to_f" do it "returns the float number of seconds + usecs since the epoch" do Time.at(100, 100).to_f.should == 100.0001 end end
Version data entries
52 entries across 52 versions & 2 rubygems