diff options
author | Kim Alvefur <zash@zash.se> | 2018-08-08 21:49:41 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-08-08 21:49:41 +0200 |
commit | 674da5cef01d41d923718d721d7a665008bf12e9 (patch) | |
tree | 9f72b4d70c2884dcdabdc5ad32da36bb56ac5f61 /spec | |
parent | ff222c379de2317b3c61ff231de66e0a8514e2f7 (diff) | |
download | prosody-674da5cef01d41d923718d721d7a665008bf12e9.tar.gz prosody-674da5cef01d41d923718d721d7a665008bf12e9.zip |
util.pubsub: Drop now redundant capabilities from tests
Diffstat (limited to 'spec')
-rw-r--r-- | spec/util_pubsub_spec.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/util_pubsub_spec.lua b/spec/util_pubsub_spec.lua index fcf0b031..068dbd1a 100644 --- a/spec/util_pubsub_spec.lua +++ b/spec/util_pubsub_spec.lua @@ -33,12 +33,6 @@ describe("util.pubsub", function () local broadcaster = spy.new(function () end); local service = pubsub.new({ broadcaster = broadcaster; - capabilities = { - none = { - subscribe = true; - be_subscribed = true; - }; - } }); it("creates a node", function () |