Sha256: 2f1020d7fc20e50608677d2bfc3bdf4a9f46cfae6b2982680bc44a7146a9e9f7

Contents?: true

Size: 131 Bytes

Versions: 28

Compression:

Stored size: 131 Bytes

Contents

describe "Time#hour" do
  it "returns the hour of the day for a UTC time" do
    Time.new(1970, 1, 1, 0).hour.should == 0
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
opal-0.3.29 spec/core/time/hour_spec.rb
opal-0.3.28 spec/core/time/hour_spec.rb
opal-0.3.27 spec/core/time/hour_spec.rb
opal-0.3.26 spec/core/time/hour_spec.rb
opal-0.3.25 spec/core/time/hour_spec.rb
opal-0.3.22 spec/core/time/hour_spec.rb
opal-0.3.21 test/core/time/hour_spec.rb
opal-0.3.20 test/core/time/hour_spec.rb