Sha256: 39245d883bc264bb915c66d28a24b4d59d81cada088ef828fea0e150fe0e269f
Contents?: true
Size: 557 Bytes
Versions: 158
Compression:
Stored size: 557 Bytes
Contents
# encoding: utf-8 # copyright: 2018, The Authors title 'sample section' # you can also use plain tests describe file('/tmp') do it { should be_directory } end # you add controls here control 'tmp-1.0' do # A unique ID for this control impact 0.7 # The criticality, if this control fails. title 'Create /tmp directory' # A human-readable title desc 'An optional description...' describe file('/tmp') do # The actual test it { should be_directory } end end
Version data entries
158 entries across 158 versions & 3 rubygems