summaryrefslogtreecommitdiff
path: root/spec/ruby/core/random/urandom_spec.rb
blob: e27f83cdcd2dac865f5bc99d7e3415f705807e9b (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.raw_seed" do
    it_behaves_like :random_urandom, :raw_seed
  end
end