mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add an explicit require for 4ece124396
rather than assume SecureRandom is available
This commit is contained in:
parent
4ece124396
commit
cbc3b89c10
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
require 'abstract_unit'
|
||||
require 'securerandom'
|
||||
|
||||
# You need to start a memcached server inorder to run these tests
|
||||
class MemCacheStoreTest < ActionDispatch::IntegrationTest
|
||||
|
|
Loading…
Reference in a new issue