Skip to content

Commit eb0442a

Browse files
committed
[ruby/securerandom] Removed unnecessary module for SecureRandom tests
ruby/securerandom@da7d324c7d
1 parent 9948a8c commit eb0442a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/test_securerandom.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# frozen_string_literal: false
22
require 'test/unit'
33
require 'securerandom'
4-
require_relative 'ruby/test_random_formatter'
54

65
# This testcase does NOT aim to test cryptographically strongness and randomness.
76
class TestSecureRandom < Test::Unit::TestCase
8-
include Random::Formatter::FormatterTest
9-
include Random::Formatter::NotDefaultTest
107

118
def setup
129
@it = SecureRandom

0 commit comments

Comments
 (0)