Given the following recipe: ``` ruby file '/etc/foo.d/a' file '/etc/foo.d/b' do not_if { true } end zap_directory '/etc/foo.d' ``` `/etc/foo.d/b` should be removed. `zap` should examine `only_if` and `not_if` conditionals attached to resources.