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

describe "Time#isdst" do
  it_behaves_like :time_isdst, :isdst
end