Method: Inspec::Describe#tests

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

#testsObject

An array of individual tests for the qualifier. Every entry will be translated into an ‘it` or `its` clause.



42
43
44
# File 'lib/inspec/objects/describe.rb', line 42

def tests
  @tests
end