mirror of
https://github.com/inspec/inspec
synced 2024-12-13 23:02:36 +00:00
8 lines
139 B
Ruby
8 lines
139 B
Ruby
|
# encoding: utf-8
|
||
|
# copyright: 2015, Chef Software, Inc
|
||
|
# license: All rights reserved
|
||
|
|
||
|
describe gordon do
|
||
|
it { should be_enabled }
|
||
|
end
|