mirror of
https://github.com/inspec/inspec
synced 2024-11-30 16:39:20 +00:00
8 lines
119 B
Ruby
8 lines
119 B
Ruby
|
|
||
|
return unless command('ssh').exists?
|
||
|
|
||
|
describe ssh_config do
|
||
|
its('SendEnv') { should include('GORDON_CLIENT')}
|
||
|
end
|
||
|
|