DEV: Fix turbo_rspec formatters by sending real 'Start' notification (#26487)

This commit is contained in:
David Taylor
2024-04-03 13:27:39 +01:00
committed by GitHub
parent 8098876bfa
commit ff6cb1bc05
2 changed files with 2 additions and 1 deletions

View File

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