diff --git a/lib/turbo_tests/reporter.rb b/lib/turbo_tests/reporter.rb index b2a1e2e1eb8..f86b49d26d5 100644 --- a/lib/turbo_tests/reporter.rb +++ b/lib/turbo_tests/reporter.rb @@ -87,7 +87,7 @@ module TurboTests def finish end_time = Time.now - delegate_to_formatters(:stop, RSpec::Core::Notifications::NullNotification) + delegate_to_formatters(:stop, RSpec::Core::Notifications::ExamplesNotification.new(self)) delegate_to_formatters(:start_dump, RSpec::Core::Notifications::NullNotification)