summaryrefslogtreecommitdiff
path: root/test/integration/hkp_test.rb
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2016-10-02 15:05:02 +0200
committerAzul <azul@riseup.net>2016-10-02 15:05:02 +0200
commit5967c4a568aff2c5e73e3ab933aa68d25387aeb1 (patch)
tree2edc9f7b40d7b04e4cf739e6e92b200f93cd57e7 /test/integration/hkp_test.rb
parentab31d9ca7dca20c873a7240482d1736d0f6b6dae (diff)
silence Celluloid.logger in tests
Introduced CelluloidTest as a test class for all tests that depend on Celluloid being up and running.
Diffstat (limited to 'test/integration/hkp_test.rb')
-rw-r--r--test/integration/hkp_test.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/integration/hkp_test.rb b/test/integration/hkp_test.rb
index 7d4bb6b..da128c2 100644
--- a/test/integration/hkp_test.rb
+++ b/test/integration/hkp_test.rb
@@ -5,17 +5,6 @@ require 'nickserver/hkp/source'
class HkpTest < Minitest::Test
include HttpStubHelper
- def setup
- super
- Celluloid.boot
- end
-
- def teardown
- Celluloid.shutdown
- super
- end
-
-
def test_key_info_expired
fetch_key_info(:hkp_vindex_result, 'lemur@leap.se') do |keys|
assert_equal 1, keys.length, 'should find a single key'