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

describe "Time#getgm" do
  it_behaves_like(:time_getgm, :getgm)
end