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