mirror of
https://github.com/discourse/discourse.git
synced 2025-03-20 20:19:27 +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 to ff6cb1bc059d880368480a847b50f4aceb1e48a1 and 8098876bfaf2a2f28c22d16b5856c4be43fcf32b
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…
x
Reference in New Issue
Block a user