diff options
author | Azul <azul@riseup.net> | 2016-07-02 10:49:48 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-07-02 10:49:48 +0200 |
commit | 8a664a39bc3dd77a9c53fa5931f81c2b2b8b7295 (patch) | |
tree | 3cba8c971a6c7b048b16ae59c364ffc1d60db3f1 /test/integration | |
parent | 39697391452a1306e4aef3a5126bd2b9639b5936 (diff) |
minor: silence warnings and cleanup
Diffstat (limited to 'test/integration')
-rw-r--r-- | test/integration/hkp_test.rb | 1 | ||||
-rw-r--r-- | test/integration/nickserver_test.rb | 1 |
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: |