Re-enable TZ test missed due to merge conflict.

This was disabled by b7577b4d9e, while properly fixed upstream by:

https://github.com/ruby/spec/pull/939
This commit is contained in:
Vít Ondruch 2022-09-16 14:06:54 +02:00 committed by Benoit Daloze
parent 9d56d9975d
commit bcd30fb961
Notes: git 2022-09-28 02:33:13 +09:00

View File

@ -6,7 +6,6 @@ describe :time_local, shared: true do
end
end
=begin
platform_is_not :windows do
describe "timezone changes" do
it "correctly adjusts the timezone change to 'CET' on 'Europe/Amsterdam'" do
@ -17,7 +16,6 @@ describe :time_local, shared: true do
end
end
end
=end
end
describe :time_local_10_arg, shared: true do