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

describe "Time#dst?" do
  it_behaves_like :time_isdst, :dst?
end