class ChefSpec::Coverage

def exists?(resource)

def exists?(resource)
  !find(resource).nil?
end