module ChefSpec::API::User
def modify_user(resource_name)
-
(ChefSpec::Matchers::ResourceMatcher)
-
Parameters:
-
resource_name
(String, Regex
) --
Other tags:
- Example: Assert that a +user+ was _not_ modified -
Example: Assert that a +user+ was modified using a regex -
Example: Assert that a +user+ was modified with attributes -
Example: Assert that a +user+ was modified with predicate matchers -
Example: Assert that a +user+ was modified -
def modify_user(resource_name) ChefSpec::Matchers::ResourceMatcher.new(:user, :modify, resource_name) end