aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
diff options
context:
space:
mode:
authorMarcelo Perini Veloso <marcelo.perini.veloso@gmail.com>2018-12-01 15:47:54 -0200
committerMarcelo Perini Veloso <marcelo.perini.veloso@gmail.com>2018-12-01 15:47:54 -0200
commitce40e851940ffb26d1dec1fdb0f7988bce34f569 (patch)
tree3622ef4593ed031f9d0f24246fbdf2676bd63dce /activestorage
parenta429b29425027006f2bbd4d267928dde1dc2c31a (diff)
downloadrails-ce40e851940ffb26d1dec1fdb0f7988bce34f569.tar.gz
rails-ce40e851940ffb26d1dec1fdb0f7988bce34f569.tar.bz2
rails-ce40e851940ffb26d1dec1fdb0f7988bce34f569.zip
add require 'database/setup' in activestorage/test/service/s3_service_test.rb
Diffstat (limited to 'activestorage')
-rw-r--r--activestorage/test/service/s3_service_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activestorage/test/service/s3_service_test.rb b/activestorage/test/service/s3_service_test.rb
index 559aa028f2..0e5b06dd78 100644
--- a/activestorage/test/service/s3_service_test.rb
+++ b/activestorage/test/service/s3_service_test.rb
@@ -2,6 +2,7 @@
require "service/shared_service_tests"
require "net/http"
+require "database/setup"
if SERVICE_CONFIGURATIONS[:s3]
class ActiveStorage::Service::S3ServiceTest < ActiveSupport::TestCase