summaryrefslogtreecommitdiff
path: root/test/test_securerandom.rb
AgeCommit message (Expand)Author
2020-09-16Use build_message on test_securerandom.rb (#3543)Hiroshi SHIBATA
2020-09-15Revert "[ruby/securerandom] Use build_message instead of message for test-unit"Hiroshi SHIBATA
2020-09-15[ruby/securerandom] Use build_message instead of message for test-unitHiroshi SHIBATA
2019-07-26Test SecureRandom.uuid formatJeremy Evans
2019-05-14fix visibility of SecureRandom.gen_randomUrabe, Shyouhei
2017-10-22Use `\A` and `\z` instead of `^` and `$`kazu
2017-10-21less random generations in Random::Formatter#choose.akr
2017-10-21SecureRandom.alphanumeric implemented.akr
2017-09-09Update a test of SecureRandom according to r57384mame
2016-05-10random.c: use bytesnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-06-25test: refine assertionsnobu
2014-02-16* test/test_securerandom.rb: use File.exist? instead of File.exists?hsbt
2012-10-19set encoding to ASCII for appropriate String#unpack modifierseregon
2012-07-25Suppress warnings.naruse
2011-06-16* test/test_securerandom.rb: Add testcase. This testcase does NOT aimnahi