aboutsummaryrefslogtreecommitdiffstats
path: root/test/service/shared_service_tests.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/service/shared_service_tests.rb')
-rw-r--r--test/service/shared_service_tests.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/service/shared_service_tests.rb b/test/service/shared_service_tests.rb
index e799c24c35..ad6a9dea7f 100644
--- a/test/service/shared_service_tests.rb
+++ b/test/service/shared_service_tests.rb
@@ -1,13 +1,5 @@
require "test_helper"
require "active_support/core_ext/securerandom"
-require "yaml"
-
-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
extend ActiveSupport::Concern