method

dry_run

dry_run(examples, run_options)
private

No documentation available.

# File lib/spec/example/example_group_methods.rb, line 192
      def dry_run(examples, run_options)
        examples.each do |example|
          run_options.reporter.example_started(example)
          run_options.reporter.example_finished(example)
        end
      end