Method: ChefSpec::ChefFormatter#resource_failed_retriable
- Defined in:
- lib/chefspec/formatter.rb
#resource_failed_retriable(resource, action, retry_count, exception) ⇒ Object
Called when a resource fails, but will retry.
208 |
# File 'lib/chefspec/formatter.rb', line 208 def resource_failed_retriable(resource, action, retry_count, exception); end |