Sha256: af4aaa79be2d6db6d332511beb4e377bf0b27a0109ffefd83a6eb781134218eb
Contents?: true
Size: 281 Bytes
Versions: 52
Compression:
Stored size: 281 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) require File.expand_path('../fixtures/methods', __FILE__) describe "Time#min" do it "returns the minute of the hour (0..59) for time" do with_timezone("CET", 1) do Time.at(0).min.should == 0 end end end
Version data entries
52 entries across 52 versions & 2 rubygems