module ChefSpec::API::StubsFor
def self.setup_stubs_for(object, type)
-
(void)
-
Parameters:
-
type
(Symbol
) -- Type of object to register stubs on -
object
(Chef::Resource, Chef::Provider
) -- Resource or provider to inject
Other tags:
- Api: - private
def self.setup_stubs_for(object, type) # This space left intentionally blank, real implementation is below. end