diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-12-02 12:16:50 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-12-02 15:32:05 +0900 |
| commit | eb0442a58177525dde6b68c30ee2d0755260ac28 (patch) | |
| tree | 853465709aa2cb5c13da57255b79da04bca577df | |
| parent | 9948a8c8dfa54ac2671bada6ccc493a70d88ef70 (diff) | |
[ruby/securerandom] Removed unnecessary module for SecureRandom tests
https://github.com/ruby/securerandom/commit/da7d324c7d
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12231
| -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 |
