mirror of
https://github.com/inspec/inspec
synced 2024-12-21 02:23:13 +00:00
db8e6e7415
Signed-off-by: Ryan Davis <zenspider@chef.io>
5 lines
90 B
Ruby
5 lines
90 B
Ruby
# copyright: 2015, Chef Software, Inc
|
|
|
|
describe example do
|
|
it { should be_enabled }
|
|
end
|