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

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