Class: Chef::Client

Inherits:
Object
  • Object
show all
Defined in:
lib/chefspec/extensions/chef/client.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#eventsObject (readonly)

Returns the value of attribute events.



5
6
7
# File 'lib/chefspec/extensions/chef/client.rb', line 5

def events
  @events
end

Instance Method Details

#run_ohaiObject

Don’t actually run ohai (we have fake data for that)

See Also:



12
13
14
# File 'lib/chefspec/extensions/chef/client.rb', line 12

def run_ohai
  # noop
end