Method: Inspec::RunnerRspec#tests
- Defined in:
- lib/inspec/runner_rspec.rb
#tests ⇒ Array
Retrieve the list of tests that have been added.
67 68 69 |
# File 'lib/inspec/runner_rspec.rb', line 67 def tests @tests.ordered_example_groups end |