inspec/test/integration/default/controls/virtualization_spec.rb
Miah Johnson 659b4b373a Remove # encoding: utf8 magic comments
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-05-07 16:06:23 -07:00

6 lines
148 B
Ruby

if ENV['DOCKER'] && os.linux?
describe virtualization do
its('system') { should eq 'docker' }
its('role') { should eq 'guest' }
end
end