mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@28a728b
This commit is contained in:
parent
3eb0d50c0b
commit
664e96b1de
42 changed files with 484 additions and 117 deletions
8
spec/ruby/library/securerandom/bytes_spec.rb
Normal file
8
spec/ruby/library/securerandom/bytes_spec.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
require_relative '../../spec_helper'
|
||||
require_relative '../../core/random/shared/bytes'
|
||||
|
||||
require 'securerandom'
|
||||
|
||||
describe "SecureRandom.bytes" do
|
||||
it_behaves_like :random_bytes, :bytes, SecureRandom
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue