Sha256: 7bba6430adc224008eb26f6148638d7ec05a559a208cded8e32e2b4e5df1abc2
Contents?: true
Size: 314 Bytes
Versions: 52
Compression:
Stored size: 314 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) require File.expand_path('../fixtures/methods', __FILE__) 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
52 entries across 52 versions & 2 rubygems