method
dry_run
1.1.12 -
Show latest stable
- Class:
Spec::Example::ExampleGroupMethods
dry_run(examples, run_options)private
No documentation available.
# File lib/spec/example/example_group_methods.rb, line 260
def dry_run(examples, run_options)
examples.each do |example|
run_options.reporter.example_started(example)
run_options.reporter.example_finished(example)
end
end