mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #34585 from marceloperini/marceloperini/33795
add require 'database/setup' in activestorage/test/service/s3_service_test.rb
This commit is contained in:
commit
222757618e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue