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.
12 13 14 |
# File 'lib/chefspec/extensions/chef/client.rb', line 12 def events @events end |
Instance Method Details
#run_ohai ⇒ Object
Don’t actually run ohai (we have fake data for that)
19 20 21 |
# File 'lib/chefspec/extensions/chef/client.rb', line 19 def run_ohai # noop end |