From f18d698d09afda894a568de79c5770704a0c9de7 Mon Sep 17 00:00:00 2001 From: Azul Date: Wed, 31 Aug 2016 12:15:20 +0200 Subject: refactor: remove global require in test_helper require all the things we depend upon where we depend upon them. --- test/integration/hkp_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test/integration/hkp_test.rb') diff --git a/test/integration/hkp_test.rb b/test/integration/hkp_test.rb index 09673cf..bf78bb3 100644 --- a/test/integration/hkp_test.rb +++ b/test/integration/hkp_test.rb @@ -1,6 +1,5 @@ require 'test_helper' require 'nickserver/hkp/source' -require 'nickserver/adapters/celluloid_http' class HkpTest < Minitest::Test -- cgit v1.2.3