Sha256: 2a1b3eed1625448b625e8ef389181764c600780ec021151f53aa5a3817dc3b38

Contents?: true

Size: 344 Bytes

Versions: 83

Compression:

Stored size: 344 Bytes

Contents

require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../../spec_helper'
require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/fixtures/methods'

describe "Time#gmt?" do
  it "returns true if time represents a time in UTC (GMT)" do
    Time.now.gmt?.should == false
    Time.now.gmtime.gmt?.should == true
  end
end

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
rhodes-1.4.2 spec/framework_spec/app/spec/core/time/gmt_spec.rb
rhodes-1.4.1 spec/framework_spec/app/spec/core/time/gmt_spec.rb
rhodes-1.4.0 spec/framework_spec/app/spec/core/time/gmt_spec.rb