module ChefSpec::API::Subscriptions
def subscribe_to(signature)
-
(ChefSpec::Matchers::NotificationsMatcher)
-
Parameters:
-
signature
(String
) --
Other tags:
- Example: Assert a subscription with specified action and timing -
Example: Assert a subscription with specified action -
Example: Assert a basic subscription -
def subscribe_to(signature) ChefSpec::Matchers::SubscribesMatcher.new(signature) end