inspec/test/resource/ssh_config.rb

8 lines
118 B
Ruby
Raw Normal View History

return unless command('ssh').exist?
describe ssh_config do
its('SendEnv') { should include('GORDON_CLIENT')}
end