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 | 7899225fbeaa08070a51eafaaeb28e9d17ba63a6 (patch) | |
tree | 9f72b4d70c2884dcdabdc5ad32da36bb56ac5f61 | |
parent | c5a1a67f455c87a5400e21b43b9c726db54e992e (diff) | |
download | prosody-7899225fbeaa08070a51eafaaeb28e9d17ba63a6.tar.gz prosody-7899225fbeaa08070a51eafaaeb28e9d17ba63a6.zip |
util.pubsub: Drop now redundant capabilities from tests
-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 () |