aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/random/urandom_spec.rb
blob: 1cc0103e35f18d59a5adc7684e290df53f92ef9c (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.3"..."2.5" do
  describe "Random.raw_seed" do
    it_behaves_like :random_urandom, :raw_seed
  end
end