summaryrefslogtreecommitdiff
path: root/spec/ruby/core/random/raw_seed_spec.rb
blob: c1a1eb1f425e52589dd3c58bce634480b9b7daed (plain)
1
2
3
4
5
6
7
8
9
# -*- encoding: binary -*-
require_relative '../../spec_helper'
require_relative 'shared/urandom'

ruby_version_is "2.5" do
  describe "Random.urandom" do
    it_behaves_like :random_urandom, :urandom
  end
end