Method: ChefSpec::ChefFormatter#resource_updated
- Defined in:
- lib/chefspec/formatter.rb
#resource_updated(resource, action) ⇒ Object
Called after a resource has been completely converged, but only if modifications were made.
244 |
# File 'lib/chefspec/formatter.rb', line 244 def resource_updated(resource, action); end |