mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
DEV: Fix turbo_rspec formatters by sending real 'Start' notification (#26487)
This commit is contained in:
@ -49,7 +49,7 @@ module TurboTests
|
||||
end
|
||||
|
||||
def start
|
||||
delegate_to_formatters(:start, RSpec::Core::Notifications::NullNotification)
|
||||
delegate_to_formatters(:start, RSpec::Core::Notifications::StartNotification.new)
|
||||
end
|
||||
|
||||
def example_passed(example)
|
||||
|
Reference in New Issue
Block a user