method
dry_run
dry_run(examples)
private
Hide source
# File lib/spec/example/example_group_methods.rb, line 277 def dry_run(examples) examples.each do |example| rspec_options.reporter.example_started(example) rspec_options.reporter.example_finished(example) end return true end