aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/service/shared_service_tests.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/service/shared_service_tests.rb b/test/service/shared_service_tests.rb
index b7d619843b..99bc252eea 100644
--- a/test/service/shared_service_tests.rb
+++ b/test/service/shared_service_tests.rb
@@ -6,6 +6,7 @@ SERVICE_CONFIGURATIONS = begin
YAML.load_file(File.expand_path("../configurations.yml", __FILE__)).deep_symbolize_keys
rescue Errno::ENOENT
puts "Missing service configuration file in test/service/configurations.yml"
+ {}
end
module ActiveStorage::Service::SharedServiceTests