DEV: Send proper 'stop' notification in turbo_rspec (#26488)

Doesn't actually seem to be used by any of our formatters, but let's send the proper data anyway for future-proofing. Followup to ff6cb1bc05 and 8098876bfa
This commit is contained in:
David Taylor 2024-04-03 14:00:47 +01:00 committed by GitHub
parent b09558ae2d
commit 929b4f89d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)