Class: Chef::Client
- Inherits:
-
Object
- Object
- Chef::Client
- Defined in:
- lib/chefspec/extensions/chef/client.rb
Instance Attribute Summary collapse
-
#events ⇒ Object
readonly
Returns the value of attribute events.
Instance Method Summary collapse
-
#run_ohai ⇒ Object
Don’t actually run ohai (we have fake data for that).
Instance Attribute Details
#events ⇒ Object (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_ohai ⇒ Object
Don’t actually run ohai (we have fake data for that)
12 13 14 |
# File 'lib/chefspec/extensions/chef/client.rb', line 12 def run_ohai # noop end |