Module: Luna::RSpec::Formatters::Profile

Included in:
Checks, Documentation
Defined in:
lib/luna/rspec/formatters/profile.rb

Instance Method Summary collapse

Instance Method Details

#dump_profile(profile) ⇒ Object



11
12
13
14
# File 'lib/luna/rspec/formatters/profile.rb', line 11

def dump_profile(profile)
  dump_profile_slowest_examples(profile)
  dump_profile_slowest_example_groups(profile)
end

#helpersObject



7
8
9
# File 'lib/luna/rspec/formatters/profile.rb', line 7

def helpers
  ::RSpec::Core::Formatters::Helpers
end