Sha256: 1afeb63d625b54990ad12e78733d5ae00e07c66eac151dd200e724b8753b9a2a
Contents?: true
Size: 371 Bytes
Versions: 1
Compression:
Stored size: 371 Bytes
Contents
require "service/shared_service_tests" if SERVICE_CONFIGURATIONS[:s3] class ActiveStorage::Service::S3ServiceTest < ActiveSupport::TestCase SERVICE = ActiveStorage::Service.configure(:S3, SERVICE_CONFIGURATIONS[:s3]) include ActiveStorage::Service::SharedServiceTests end else puts "Skipping S3 Service tests because no S3 configuration was supplied" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activestorage-0.1 | test/service/s3_service_test.rb |