aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/random/raw_seed_spec.rb
blob: 881cceada9e4d968b696b7154bff8b4c0b823b06 (plain)
1
2
3
4
5
6
7
8
9
# -*- encoding: binary -*-
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/urandom', __FILE__)

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