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

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