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