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