We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9948a8c commit eb0442aCopy full SHA for eb0442a
test/test_securerandom.rb
@@ -1,12 +1,9 @@
1
# frozen_string_literal: false
2
require 'test/unit'
3
require 'securerandom'
4
-require_relative 'ruby/test_random_formatter'
5
6
# This testcase does NOT aim to test cryptographically strongness and randomness.
7
class TestSecureRandom < Test::Unit::TestCase
8
- include Random::Formatter::FormatterTest
9
- include Random::Formatter::NotDefaultTest
10
11
def setup
12
@it = SecureRandom
0 commit comments