I'm trying to figure out how I can write my chefspec unit tests that will check every line on the below piece of code
Execute 'download gz' do
cwd 'my/working/dir'
environment ('environ' => node[:environ])
command 'some commands here'
end
Thanks