From 3e5206f8d138492f7f2d94a279f5c42bda7d5ddb Mon Sep 17 00:00:00 2001 From: John Williams Date: Thu, 6 Jul 2017 14:53:23 -0500 Subject: Correct config path in error message --- test/service/shared_service_tests.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/service/shared_service_tests.rb') diff --git a/test/service/shared_service_tests.rb b/test/service/shared_service_tests.rb index dfa0d61656..377670f4a0 100644 --- a/test/service/shared_service_tests.rb +++ b/test/service/shared_service_tests.rb @@ -5,7 +5,7 @@ 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/services/configurations.yml" + puts "Missing service configuration file in test/service/configurations.yml" end module ActiveStorage::Service::SharedServiceTests -- cgit v1.2.3