module ChefSpec::API::DoNothing
def do_nothing
-
(ChefSpec::Matchers::DoNothingMatcher)
-
Other tags:
- Example: Assert the +package+ does not perform any actions -
def do_nothing ChefSpec::Matchers::DoNothingMatcher.new end
(ChefSpec::Matchers::DoNothingMatcher)
-
def do_nothing ChefSpec::Matchers::DoNothingMatcher.new end