mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
7 lines
118 B
Ruby
7 lines
118 B
Ruby
|
|
return unless command('ssh').exist?
|
|
|
|
describe ssh_config do
|
|
its('SendEnv') { should include('GORDON_CLIENT')}
|
|
end
|
|
|