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

describe "Time#gmtoff" do
  it_behaves_like :time_gmt_offset, :gmtoff
end