Sha256: 954789e9aed7886cbecbff2f9d4a40e6fe27dce12f528a105859cadd888158c3
Contents?: true
Size: 289 Bytes
Versions: 52
Compression:
Stored size: 289 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) require File.expand_path('../fixtures/methods', __FILE__) describe "Time#year" do it "returns the four digit year for time as an integer" do with_timezone("CET", 1) do Time.at(0).year.should == 1970 end end end
Version data entries
52 entries across 52 versions & 2 rubygems