aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/time
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2020-09-15 21:54:31 +0200
committerBenoit Daloze <eregontp@gmail.com>2020-09-15 21:56:00 +0200
commit1af0319fc88688bc5dd5e49eecdb8b534ead9991 (patch)
tree352b35490e64bc961dc005d679392106d6be90b9 /spec/ruby/core/time
parent9b535f3ff7c2f48e34dd44564df7adc723b81276 (diff)
downloadruby-1af0319fc88688bc5dd5e49eecdb8b534ead9991.tar.gz
2.8 -> 3.0 in specs
Diffstat (limited to 'spec/ruby/core/time')
-rw-r--r--spec/ruby/core/time/new_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/time/new_spec.rb b/spec/ruby/core/time/new_spec.rb
index 1a2f93e2ef..a4bb5b362c 100644
--- a/spec/ruby/core/time/new_spec.rb
+++ b/spec/ruby/core/time/new_spec.rb
@@ -129,7 +129,7 @@ ruby_version_is "2.6" do
time.zone.should == zone
time.utc_offset.should == 5*3600+30*60
- ruby_version_is "2.8" do
+ ruby_version_is "3.0" do
time.wday.should == 6
time.yday.should == 1
end