diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_securerandom.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_securerandom.rb b/test/test_securerandom.rb index e4a0e17365..cf82943b8d 100644 --- a/test/test_securerandom.rb +++ b/test/test_securerandom.rb @@ -1,12 +1,9 @@ # frozen_string_literal: false require 'test/unit' require 'securerandom' -require_relative 'ruby/test_random_formatter' # This testcase does NOT aim to test cryptographically strongness and randomness. class TestSecureRandom < Test::Unit::TestCase - include Random::Formatter::FormatterTest - include Random::Formatter::NotDefaultTest def setup @it = SecureRandom |
