aboutsummaryrefslogtreecommitdiffstats
path: root/test/models/verified_key_with_expiration_test.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2017-07-23 11:05:20 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2017-07-23 11:05:20 -0500
commit46da4ee7daf1ecaa2fc47a260ccb58e119a1b5ea (patch)
treebc19d2f900055e39de21f62ec27e9079723cfa5f /test/models/verified_key_with_expiration_test.rb
parent8f20624820ed0922b33fceb4013d3ff11015b366 (diff)
downloadrails-46da4ee7daf1ecaa2fc47a260ccb58e119a1b5ea.tar.gz
rails-46da4ee7daf1ecaa2fc47a260ccb58e119a1b5ea.tar.bz2
rails-46da4ee7daf1ecaa2fc47a260ccb58e119a1b5ea.zip
Switch to simpler signed_id for blob rather than full GlobalID
We don't need to lookup multiple different classes, so no need to use a globalid.
Diffstat (limited to 'test/models/verified_key_with_expiration_test.rb')
-rw-r--r--test/models/verified_key_with_expiration_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/models/verified_key_with_expiration_test.rb b/test/models/verified_key_with_expiration_test.rb
index ee4dc7e02e..dd69e7cb10 100644
--- a/test/models/verified_key_with_expiration_test.rb
+++ b/test/models/verified_key_with_expiration_test.rb
@@ -1,5 +1,6 @@
require "test_helper"
require "active_support/core_ext/securerandom"
+require "active_storage/verified_key_with_expiration"
class ActiveStorage::VerifiedKeyWithExpirationTest < ActiveSupport::TestCase
FIXTURE_KEY = SecureRandom.base58(24)