Sha256: bb241f2d7da75fc72e216a2e1eebcd42474d352607f76d6b68a58150d1f12c45
Contents?: true
Size: 370 Bytes
Versions: 83
Compression:
Stored size: 370 Bytes
Contents
require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../../spec_helper' require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/fixtures/methods' describe "Time#wday" do it "returns an integer representing the day of the week, 0..6, with Sunday being 0" do with_timezone("GMT", 0) do Time.at(0).wday.should == 4 end end end
Version data entries
83 entries across 83 versions & 1 rubygems