blob: e2be510b608b69dff6215d69ca06653ac641bcbe (
plain) (
tree)
|
|
require "service/shared_service_tests"
require "uri"
if SERVICE_CONFIGURATIONS[:azure]
class ActiveStorage::Service::AzureStorageServiceTest < ActiveSupport::TestCase
SERVICE = ActiveStorage::Service.configure(:azure, SERVICE_CONFIGURATIONS)
include ActiveStorage::Service::SharedServiceTests
end
else
puts "Skipping Azure Storage Service tests because no Azure configuration was supplied"
end
|