Method: Inspec::RunnerRspec#tests

Defined in:
lib/inspec/runner_rspec.rb

#testsArray

Retrieve the list of tests that have been added.

Returns:

  • (Array)

    full list of tests



67
68
69
# File 'lib/inspec/runner_rspec.rb', line 67

def tests
  @tests.ordered_example_groups
end