mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 19:33:44 +08:00
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 toff6cb1bc05
and8098876bfa
This commit is contained in:
parent
b09558ae2d
commit
929b4f89d6
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user