From b8a59fda781849ddc220054d22a2750d5c5cf124 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Thu, 10 Aug 2023 11:44:45 +0200 Subject: [PATCH] Remove confusing comment * See https://github.com/ruby/spec/issues/1051 --- core/random/bytes_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/core/random/bytes_spec.rb b/core/random/bytes_spec.rb index ed1b3a7b41..b42dc61234 100644 --- a/core/random/bytes_spec.rb +++ b/core/random/bytes_spec.rb @@ -9,7 +9,6 @@ Random.new(33).bytes(2).should == Random.new(33).bytes(2) end - # Should double check this is official spec it "returns the same numeric output for a given seed across all implementations and platforms" do rnd = Random.new(33) rnd.bytes(2).should == "\x14\\"