aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/time/gmt_offset_spec.rb
blob: b7613eed2f2d037b8ad6159c7cfff9863e9e6e73 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/gmt_offset', __FILE__)

describe "Time#gmt_offset" do
  it_behaves_like(:time_gmt_offset, :gmt_offset)
end