class RSpec::LegacyFormatters::Adaptor

def notifications

Returns:
  • (Array) - notifications the legacy formatter implements

Other tags:
    Api: - public
def notifications
  @notifications ||= NOTIFICATIONS.select { |m| @formatter.respond_to? m }
end