aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/time/gmtoff_spec.rb
blob: 505b5d0c1b9a6cc5f631a3e44a3111bc3ebd6b40 (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