Method: RSpec::Core::Formatters::ProfileFormatter#dump_profile
- Defined in:
- lib/rspec/core/formatters/profile_formatter.rb
permalink #dump_profile(profile) ⇒ void
This method is invoked after the dumping the summary if profiling is enabled.
25 26 27 28 |
# File 'lib/rspec/core/formatters/profile_formatter.rb', line 25 def dump_profile(profile) dump_profile_slowest_examples(profile) dump_profile_slowest_example_groups(profile) end |