module ChefSpec::API::DscScriptMatchers
def run_dsc_script(resource_name)
-
(ChefSpec::Matchers::ResourceMatcher)-
Parameters:
-
resource_name(String, Regex) --
Other tags:
- Example: Assert that a +dsc_script+ was _not_ run -
Example: Assert that a +dsc_script+ was run -
def run_dsc_script(resource_name) ChefSpec::Matchers::ResourceMatcher.new(:dsc_script, :run, resource_name) end