module ChefSpec::API::Notifications
def notify(signature)
-
(ChefSpec::Matchers::NotificationsMatcher)
-
Parameters:
-
signature
(String
) --
Other tags:
- Example: Assert the template notifies apache to restart delayed -
Example: Assert the template notifies apache to restart immediately -
Example: Assert the template notifies apache to restart -
Example: Assert the template notifies apache of something -
def notify(signature) ChefSpec::Matchers::NotificationsMatcher.new(signature) end