Sha256: 192c6328d53c0f452f9b67243aa89013d783c240528d161c816da05757642f1d
Contents?: true
Size: 324 Bytes
Versions: 83
Compression:
Stored size: 324 Bytes
Contents
require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../../spec_helper' require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/fixtures/methods' 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
83 entries across 83 versions & 1 rubygems