aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-03-07 09:35:48 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-03-07 10:05:53 +0900
commit2bc4575ac02222e3029467de3cc7a337544583ae (patch)
tree3a61eb00673685460dd4d795a00a5e3a0edbab19 /spec
parentcc757f4a61ee0e8c42d17cc674e4ac593495d7b6 (diff)
downloadruby-2bc4575ac02222e3029467de3cc7a337544583ae.tar.gz
Removed unused fixtures at time examples
Diffstat (limited to 'spec')
-rw-r--r--spec/ruby/core/time/fixtures/classes.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/ruby/core/time/fixtures/classes.rb b/spec/ruby/core/time/fixtures/classes.rb
index 1a9511b261..21c4e1effb 100644
--- a/spec/ruby/core/time/fixtures/classes.rb
+++ b/spec/ruby/core/time/fixtures/classes.rb
@@ -59,7 +59,6 @@ module TimeSpecs
Zone = Struct.new(:std, :dst, :dst_range)
Zones = {
"Asia/Colombo" => Zone[Z[5*3600+30*60, "MMT"], nil, nil],
- "Europe/Kiev" => Zone[Z[2*3600, "EET"], Z[3*3600, "EEST"], 4..10],
"PST" => Zone[Z[(-9*60*60), "PST"], nil, nil],
}