Sha256: 58ceeede06d477a90afb0248e2e37ca9efb015af69b48a58b513950105a9f96f
Contents?: true
Size: 300 Bytes
Versions: 52
Compression:
Stored size: 300 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) require File.expand_path('../fixtures/methods', __FILE__) describe "Time#yday" do it "returns an integer representing the day of the year, 1..366" do with_timezone("UTC") do Time.at(9999999).yday.should == 116 end end end
Version data entries
52 entries across 52 versions & 2 rubygems