summaryrefslogtreecommitdiff
path: root/spec/ruby/core/time/getutc_spec.rb
blob: 5c70e3e7cc529fb6418cb9e4032694bb4e656958 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/getgm', __FILE__)

describe "Time#getutc" do
  it_behaves_like :time_getgm, :getutc
end