diff --git a/core/random/bytes_spec.rb b/core/random/bytes_spec.rb index ed1b3a7b4..b42dc6123 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\\"