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