diff options
author | Azul <azul@riseup.net> | 2016-10-02 15:05:02 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-10-02 15:05:02 +0200 |
commit | 5967c4a568aff2c5e73e3ab933aa68d25387aeb1 (patch) | |
tree | 2edc9f7b40d7b04e4cf739e6e92b200f93cd57e7 /test/remote/hkp_source_test.rb | |
parent | ab31d9ca7dca20c873a7240482d1736d0f6b6dae (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/remote/hkp_source_test.rb')
-rw-r--r-- | test/remote/hkp_source_test.rb | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/test/remote/hkp_source_test.rb b/test/remote/hkp_source_test.rb index a4761fb..103b8ad 100644 --- a/test/remote/hkp_source_test.rb +++ b/test/remote/hkp_source_test.rb @@ -1,17 +1,8 @@ require 'test_helper' +require 'support/celluloid_test' require 'nickserver/hkp/source' -class RemoteHkpSourceTest < Minitest::Test - - def setup - super - Celluloid.boot - end - - def teardown - Celluloid.shutdown - super - end +class RemoteHkpSourceTest < CelluloidTest def test_key_info uid = 'elijah@riseup.net' |