Method: Inspec::Describe#skip

Defined in:
lib/inspec/objects/describe.rb

#skipObject

Optional method to skip this describe block altogether. If ‘skip` is defined it takes precendence and will print the skip statement instead of adding other tests.



50
51
52
# File 'lib/inspec/objects/describe.rb', line 50

def skip
  @skip
end