From b59b166676815e13b1cfa834a3128a87f50b61c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Mon, 4 Mar 2019 08:19:42 +0100 Subject: [PATCH] More 'require' removed --- test/services/check_logger_test.rb | 2 +- test/services/notifier_test.rb | 2 +- test/services/ssl_test.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/services/check_logger_test.rb b/test/services/check_logger_test.rb index 83ff0a4..7678968 100644 --- a/test/services/check_logger_test.rb +++ b/test/services/check_logger_test.rb @@ -2,7 +2,7 @@ # License: GNU AGPL-3+ (see full text in LICENSE file) require "test_helper" -require "check_logger" +# require "check_logger" # require "system_command" class CheckLoggerTest < ActiveSupport::TestCase diff --git a/test/services/notifier_test.rb b/test/services/notifier_test.rb index 4285d2e..c75863b 100644 --- a/test/services/notifier_test.rb +++ b/test/services/notifier_test.rb @@ -2,7 +2,7 @@ # License: GNU AGPL-3+ (see full text in LICENSE file) require "test_helper" -require "notifier" +# require "notifier" class NotifierTest < ActiveSupport::TestCase test "#process_all process expirable & failures notifications" do diff --git a/test/services/ssl_test.rb b/test/services/ssl_test.rb index aafa2b3..151e4c2 100644 --- a/test/services/ssl_test.rb +++ b/test/services/ssl_test.rb @@ -2,7 +2,7 @@ # License: GNU AGPL-3+ (see full text in LICENSE file) require "test_helper" -require "ssl" +# require "ssl" # require "system_command" module SSL