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.



48
49
50
# File 'lib/inspec/objects/describe.rb', line 48

def skip
  @skip
end