summaryrefslogtreecommitdiff
path: root/test/rubygems/helper.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-16 13:10:30 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-17 18:50:55 +0900
commitd2cebb4e31b95b2bd02e5dec1c990c28f0f83bf4 (patch)
treec52b64c48fea85c463151ec78db7503bc8679eaa /test/rubygems/helper.rb
parent712d6e675b6abc97fa1f2adde49f2d6e48d4d93f (diff)
downloadruby-d2cebb4e31b95b2bd02e5dec1c990c28f0f83bf4.tar.gz
[rubygems/rubygems] util/rubocop -A --only Style/NumericLiterals
https://github.com/rubygems/rubygems/commit/860669b08a
Diffstat (limited to 'test/rubygems/helper.rb')
-rw-r--r--test/rubygems/helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/helper.rb b/test/rubygems/helper.rb
index 4674c50abb..952ccc49ed 100644
--- a/test/rubygems/helper.rb
+++ b/test/rubygems/helper.rb
@@ -934,7 +934,7 @@ class Gem::TestCase < Test::Unit::TestCase
@a1 = quick_gem "a", "1" do |s|
s.files = %w[lib/code.rb]
s.require_paths = %w[lib]
- s.date = Gem::Specification::TODAY - 86400
+ s.date = Gem::Specification::TODAY - 86_400
s.homepage = "http://a.example.com"
s.email = %w[example@example.com example2@example.com]
s.authors = %w[Example Example2]