1
0
Fork 0
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:
Jeremy Kemper 2014-03-16 16:08:16 -07:00
parent 4ece124396
commit cbc3b89c10

View file

@ -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