20 21 22 23 24
# File 'lib/test_prof/ruby_prof/rspec.rb', line 20 def example_started(notification) return unless profile?(notification.example) notification.example.metadata[:rprof_report] = TestProf::RubyProf.profile end