method
dry_run
1.1.4 -
Show latest stable
- Class:
Spec::Example::ExampleGroupMethods
dry_run(examples)private
No documentation available.
# 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