summaryrefslogtreecommitdiff
path: root/test/integration
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/hkp_test.rb1
-rw-r--r--test/integration/nickserver_test.rb1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/hkp_test.rb b/test/integration/hkp_test.rb
index 586b3ab..09673cf 100644
--- a/test/integration/hkp_test.rb
+++ b/test/integration/hkp_test.rb
@@ -1,7 +1,6 @@
require 'test_helper'
require 'nickserver/hkp/source'
require 'nickserver/adapters/celluloid_http'
-require 'celluloid/test'
class HkpTest < Minitest::Test
diff --git a/test/integration/nickserver_test.rb b/test/integration/nickserver_test.rb
index f30d2ba..d179d7e 100644
--- a/test/integration/nickserver_test.rb
+++ b/test/integration/nickserver_test.rb
@@ -1,6 +1,5 @@
require 'test_helper'
require 'json'
-require 'celluloid/test'
#
# Some important notes to understanding these tests: