class RSpec::Core::Formatters::BaseFormatter
def start(notification)
-
example_count
() --
Other tags:
- Api: - public
def start(notification) start_sync_output @example_count = notification.count end
example_count
(
)
--
def start(notification) start_sync_output @example_count = notification.count end