module ChefSpec::Extensions::Chef::Resource
def perform_action(action, options = {})
def perform_action(action, options = {}) @performed_actions ||= {} @performed_actions[action.to_sym] ||= {} @performed_actions[action.to_sym].merge!(options) end
def perform_action(action, options = {}) @performed_actions ||= {} @performed_actions[action.to_sym] ||= {} @performed_actions[action.to_sym].merge!(options) end