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



65
66
67
# File 'lib/inspec/runner_rspec.rb', line 65

def tests
  @tests.ordered_example_groups
end