Sha256: a423f4dcb1b2a0e9ca0c7612f6bec9dee4f776a578abefcbb486abebc1d1b4a2
Contents?: true
Size: 127 Bytes
Versions: 28
Compression:
Stored size: 127 Bytes
Contents
describe "Time#day" do it "returns the day of the month for a UTC Time" do Time.new(1970, 1, 1).day.should == 1 end end
Version data entries
28 entries across 28 versions & 1 rubygems