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 - test/integration/nickserver_test.rb | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'test/integration') 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 diff --git a/test/integration/nickserver_test.rb b/test/integration/nickserver_test.rb index 9aac6b4..bdba6b7 100644 --- a/test/integration/nickserver_test.rb +++ b/test/integration/nickserver_test.rb @@ -1,4 +1,5 @@ require 'test_helper' +require 'nickserver/server' require 'json' # -- cgit v1.2.3