class RSpec::LegacyFormatters::Adaptor
def notifications
-
(Array)
- notifications the legacy formatter implements
Other tags:
- Api: - public
def notifications @notifications ||= NOTIFICATIONS.select { |m| @formatter.respond_to? m } end
(Array)
- notifications the legacy formatter implements
def notifications @notifications ||= NOTIFICATIONS.select { |m| @formatter.respond_to? m } end