diff options
author | George Claghorn <george@basecamp.com> | 2018-12-30 12:01:55 -0500 |
---|---|---|
committer | George Claghorn <george@basecamp.com> | 2018-12-30 12:01:55 -0500 |
commit | f28b28fe8d675cecd87f944a145024dfaaaaa983 (patch) | |
tree | c535434595209eb7febd513627e40edab0bcb58e /activesupport | |
parent | e5f4162b6178489181e3d7e7163ac12b7e0efc9d (diff) | |
download | rails-f28b28fe8d675cecd87f944a145024dfaaaaa983.tar.gz rails-f28b28fe8d675cecd87f944a145024dfaaaaa983.tar.bz2 rails-f28b28fe8d675cecd87f944a145024dfaaaaa983.zip |
Tweak test name
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/test/core_ext/secure_random_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/core_ext/secure_random_test.rb b/activesupport/test/core_ext/secure_random_test.rb index 88c8a37c5d..4b73233971 100644 --- a/activesupport/test/core_ext/secure_random_test.rb +++ b/activesupport/test/core_ext/secure_random_test.rb @@ -20,7 +20,7 @@ class SecureRandomTest < ActiveSupport::TestCase assert_equal 24, s1.length end - def test_base36_lowercase + def test_base36 s1 = SecureRandom.base36 s2 = SecureRandom.base36 |