I can't seem to get it to return state, I want to check to make sure a feature is disabled
describe windows_feature('telnet') do
it { should be_installed }
end
should_not be_installed >nope
I have tried many combos no luck
I can't seem to get it to return state, I want to check to make sure a feature is disabled
describe windows_feature('telnet') do
it { should be_installed }
end
should_not be_installed >nope
I have tried many combos no luck