module ChefSpec::API::Core::ClassMethods

def automatic_attributes

Returns:
  • (Chef::Node::VividMash) -
def automatic_attributes
  @chefspec_automatic_attributes ||= Chef::Node::VividMash.new
end