# HG changeset patch # User Kim Alvefur # Date 1533757781 -7200 # Node ID a0fd7064f4ac6399147f9ce12787757ee0c3baf9 # Parent 37e814a680abaa6d58d9efce04cf28bfe51683a4 util.pubsub: Drop now redundant capabilities from tests diff -r 37e814a680ab -r a0fd7064f4ac spec/util_pubsub_spec.lua --- a/spec/util_pubsub_spec.lua Wed Aug 08 20:48:02 2018 +0100 +++ b/spec/util_pubsub_spec.lua Wed Aug 08 21:49:41 2018 +0200 @@ -33,12 +33,6 @@ local broadcaster = spy.new(function () end); local service = pubsub.new({ broadcaster = broadcaster; - capabilities = { - none = { - subscribe = true; - be_subscribed = true; - }; - } }); it("creates a node", function ()